recipe getorganelle

Get organelle genomes from genome skimming data

Homepage:

http://github.com/Kinggerm/GetOrganelle

License:

GPL3

Recipe:

/getorganelle/meta.yaml

package getorganelle

(downloads) docker_getorganelle

versions:
1.7.7.0-01.7.6.1-01.7.5.3-01.7.5.0-11.7.5.0-01.7.4.1-01.7.4-01.7.3.5-01.7.3.4-0

1.7.7.0-01.7.6.1-01.7.5.3-01.7.5.0-11.7.5.0-01.7.4.1-01.7.4-01.7.3.5-01.7.3.4-01.7.3.2-01.7.3.1-01.7.3-01.7.2-01.7.1-01.7.0-11.7.0-01.6.4-11.6.4-0

depends blast:

>=2.3

depends bowtie2:

>=2.3

depends numpy:

>=1.16.4

depends perl:

depends pigz:

depends python:

depends requests:

depends scipy:

>=1.3.0

depends spades:

>=3.9

depends sympy:

>=1.4

depends tbb:

<=2020.2

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 getorganelle

and update with::

   mamba update getorganelle

To create a new environment, run:

mamba create --name myenvname getorganelle

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

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

Download stats