:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'diamond_add_taxonomy' .. highlight: bash diamond_add_taxonomy ==================== .. conda:recipe:: diamond_add_taxonomy :replaces_section_title: :noindex: Utility to work with NCBI taxonomy database including tool to annotate DIAMOND results with taxonomy lineage :homepage: https://github.com/pvanheus/diamond_add_taxonomy :license: MIT :recipe: /`diamond_add_taxonomy `_/`meta.yaml `_ .. conda:package:: diamond_add_taxonomy |downloads_diamond_add_taxonomy| |docker_diamond_add_taxonomy| :versions: ``0.1.2-0``,  ``0.1.0-0`` :depends click: :depends ete3: :depends python: ``>=3.6,<3.7.0a0`` :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 diamond_add_taxonomy and update with:: mamba update diamond_add_taxonomy To create a new environment, run:: mamba create --name myenvname diamond_add_taxonomy 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/diamond_add_taxonomy: (see `diamond_add_taxonomy/tags`_ for valid values for ````) .. |downloads_diamond_add_taxonomy| image:: https://img.shields.io/conda/dn/bioconda/diamond_add_taxonomy.svg?style=flat :target: https://anaconda.org/bioconda/diamond_add_taxonomy :alt: (downloads) .. |docker_diamond_add_taxonomy| image:: https://quay.io/repository/biocontainers/diamond_add_taxonomy/status :target: https://quay.io/repository/biocontainers/diamond_add_taxonomy .. _`diamond_add_taxonomy/tags`: https://quay.io/repository/biocontainers/diamond_add_taxonomy?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/diamond_add_taxonomy/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/diamond_add_taxonomy/README.html