recipe syny

Genome collinearity inferences

Homepage:

https://github.com/PombertLab/SYNY

License:

MIT

Recipe:

/syny/meta.yaml

package syny

(downloads) docker_syny

versions:

1.2-01.1b-01.1a-0

depends circos:

depends diamond:

>=2.1.9

depends libgd:

depends mashmap:

>=3.1.3

depends matplotlib-base:

depends minimap2:

>=2.28

depends pandas:

depends perl:

>=5.32

depends perl:

>=5.32.1,<6.0a0 *_perl5

depends perl-clone:

depends perl-config-general:

depends perl-font-ttf:

depends perl-gd:

depends perl-getopt-argvfile:

depends perl-list-moreutils:

depends perl-math-bezier:

depends perl-math-round:

depends perl-math-vecstat:

depends perl-params-validate:

depends perl-perlio-gzip:

depends perl-readonly:

depends perl-regexp-common:

depends perl-set-intspan:

depends perl-statistics-basic:

depends perl-svg:

depends perl-text-format:

depends perl-text-roman:

depends python:

depends scipy:

depends seaborn:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install syny

and update with::

   mamba update syny

To create a new environment, run:

mamba create --name myenvname syny

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/syny:<tag>

(see `syny/tags`_ for valid values for ``<tag>``)

Download stats