:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'getorganelle' .. highlight: bash getorganelle ============ .. conda:recipe:: getorganelle :replaces_section_title: :noindex: Get organelle genomes from genome skimming data :homepage: https://github.com/Kinggerm/GetOrganelle :documentation: https://github.com/Kinggerm/GetOrganelle/wiki :license: GPL3 / GPL-3.0-or-later :recipe: /`getorganelle `_/`meta.yaml `_ :links: doi: :doi:`10.1186/s13059-020-02154-5`, biotools: :biotools:`getorganelle`, usegalaxy-eu: :usegalaxy-eu:`get_organelle_from_reads`, usegalaxy-eu: :usegalaxy-eu:`get_annotated_regions_from_gb` .. conda:package:: getorganelle |downloads_getorganelle| |docker_getorganelle| :versions: .. raw:: html
1.7.7.1-01.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-0 ``1.7.7.1-0``,  ``1.7.7.0-0``,  ``1.7.6.1-0``,  ``1.7.5.3-0``,  ``1.7.5.0-1``,  ``1.7.5.0-0``,  ``1.7.4.1-0``,  ``1.7.4-0``,  ``1.7.3.5-0``,  ``1.7.3.4-0``,  ``1.7.3.2-0``,  ``1.7.3.1-0``,  ``1.7.3-0``,  ``1.7.2-0``,  ``1.7.1-0``,  ``1.7.0-1``,  ``1.7.0-0``,  ``1.6.4-1``,  ``1.6.4-0`` .. raw:: html
:depends blast: ``>=2.3`` :depends bowtie2: ``>=2.3`` :depends numpy: ``>=1.16.4`` :depends perl: :depends pigz: :depends python: ``>=3.7`` :depends requests: :depends scipy: ``>=1.3.0`` :depends spades: ``>=3.9`` :depends sympy: ``>=1.4`` :depends tbb: ``<=2020.2`` :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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: (see `getorganelle/tags`_ for valid values for ````) .. |downloads_getorganelle| image:: https://img.shields.io/conda/dn/bioconda/getorganelle.svg?style=flat :target: https://anaconda.org/bioconda/getorganelle :alt: (downloads) .. |docker_getorganelle| image:: https://quay.io/repository/biocontainers/getorganelle/status :target: https://quay.io/repository/biocontainers/getorganelle .. _`getorganelle/tags`: https://quay.io/repository/biocontainers/getorganelle?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/getorganelle/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/getorganelle/README.html