recipe chromeister

An ultra fast, heuristic approach to detect conserved signals in extremely large pairwise genome comparisons

Homepage:

https://github.com/estebanpw/chromeister

License:

GPL / GPL-3.0

Recipe:

/chromeister/meta.yaml

Links:

doi: 10.1038/s41598-019-46773-w

package chromeister

(downloads) docker_chromeister

versions:
1.5.a-51.5.a-41.5.a-31.5.a-21.5.a-11.5.a-01.4-01.3.c-01.2-0

1.5.a-51.5.a-41.5.a-31.5.a-21.5.a-11.5.a-01.4-01.3.c-01.2-01.1.c-01.1.b-01.1.a-0

depends cycler:

depends kiwisolver:

depends libgcc-ng:

>=12

depends numpy:

depends opencv:

depends pillow:

depends pyparsing:

depends python:

>=3

depends python-dateutil:

depends r-ape:

depends r-base:

depends scikit-build:

depends six:

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 chromeister

and update with::

   mamba update chromeister

To create a new environment, run:

mamba create --name myenvname chromeister

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/chromeister:<tag>

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

Download stats