:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'augur' .. highlight: bash augur ===== .. conda:recipe:: augur :replaces_section_title: :noindex: Process pathogen genome data for the Nextstrain platform. :homepage: https://github.com/nextstrain/augur :documentation: https://docs.nextstrain.org/projects/augur :license: AGPL / AGPL-3.0-only :recipe: /`augur `_/`meta.yaml `_ :links: doi: :doi:`10.21105/joss.02906`, biotools: :biotools:`Augur` .. conda:package:: augur |downloads_augur| |docker_augur| :versions: .. raw:: html
31.2.1-031.2.0-131.2.0-031.1.0-031.0.0-030.0.1-030.0.0-029.1.0-029.0.0-0 ``31.2.1-0``,  ``31.2.0-1``,  ``31.2.0-0``,  ``31.1.0-0``,  ``31.0.0-0``,  ``30.0.1-0``,  ``30.0.0-0``,  ``29.1.0-0``,  ``29.0.0-0``,  ``28.0.1-0``,  ``28.0.0-0``,  ``27.2.0-0``,  ``27.1.0-0``,  ``27.0.0-0``,  ``26.2.0-1``,  ``26.2.0-0``,  ``26.1.0-0``,  ``26.0.0-0``,  ``25.4.0-0``,  ``25.3.0-0``,  ``25.2.0-0``,  ``25.1.1-0``,  ``25.1.0-0``,  ``25.0.0-0``,  ``24.4.0-1``,  ``24.4.0-0``,  ``24.3.0-0``,  ``24.2.3-0``,  ``24.2.2-0``,  ``24.2.1-0``,  ``24.2.0-0``,  ``24.1.0-0``,  ``24.0.0-0``,  ``23.1.1-1``,  ``23.1.1-0``,  ``23.1.0-0``,  ``23.0.0-0``,  ``22.4.0-0``,  ``22.3.0-0``,  ``22.2.0-0``,  ``22.1.0-0``,  ``22.0.3-0``,  ``22.0.2-0``,  ``22.0.1-0``,  ``22.0.0-0``,  ``21.1.0-0``,  ``21.0.1-1``,  ``21.0.1-0``,  ``21.0.0-1``,  ``21.0.0-0``,  ``20.0.0-0``,  ``19.3.0-0``,  ``19.2.0-0``,  ``19.1.0-0``,  ``19.0.0-0``,  ``18.2.0-0``,  ``18.1.2-0``,  ``18.1.1-0``,  ``18.1.0-0``,  ``18.0.0-0``,  ``17.1.0-1``,  ``17.1.0-0``,  ``17.0.0-1``,  ``17.0.0-0``,  ``16.0.3-0``,  ``16.0.2-0``,  ``16.0.1-0``,  ``15.0.2-0``,  ``15.0.1-0``,  ``15.0.0-0``,  ``14.1.0-0``,  ``14.0.0-0``,  ``13.1.2-0``,  ``13.1.1-0``,  ``13.1.0-0``,  ``13.0.4-0``,  ``13.0.3-0``,  ``13.0.2-0``,  ``13.0.1-1``,  ``13.0.1-0``,  ``13.0.0-0``,  ``12.1.1-0``,  ``12.0.0-0``,  ``11.3.0-0``,  ``11.2.0-1``,  ``11.2.0-0``,  ``11.1.2-1``,  ``11.1.2-0``,  ``11.1.0-0``,  ``11.0.0-0``,  ``10.3.0-0``,  ``10.2.0-0``,  ``10.1.1-0``,  ``10.1.0-0``,  ``10.0.4-0``,  ``10.0.3-0``,  ``10.0.2-0``,  ``10.0.0-1``,  ``10.0.0-0``,  ``9.0.0-1``,  ``9.0.0-0``,  ``8.0.0-0``,  ``7.0.2-0``,  ``6.4.3-0``,  ``6.4.2-0``,  ``6.4.1-0``,  ``6.4.0-0``,  ``6.3.0-0``,  ``6.2.0-0``,  ``6.1.1-0``,  ``6.1.0-0``,  ``6.0.0-0``,  ``5.4.1-0``,  ``5.4.0-0``,  ``5.3.0-0``,  ``5.2.1-0``,  ``5.2.0-0``,  ``5.1.1-0``,  ``5.1.0-0``,  ``4.0.0-0``,  ``3.1.5-1``,  ``3.1.5-0`` .. raw:: html
:depends bcbio-gff: ``>=0.7.1,<0.8`` :depends biopython: ``>=1.80,<2`` :depends cvxopt: ``>=1.1.9,<2`` :depends fasttree: :depends iqtree: :depends isodate: ``>=0.6.0,<0.7`` :depends jsonschema: ``>=4.18.0,<5`` :depends mafft: :depends networkx: ``>=2.5,<4`` :depends numpy: ``>=1.0.0,<2`` :depends packaging: ``>=19.2`` :depends pandas: ``>=1.4.0,<3`` :depends pyfastx: ``>=1.0.0,<3`` :depends python: ``>=3.9`` :depends python-calamine: ``>=0.2.0`` :depends raxml: :depends referencing: ``>=0.29.1,<1`` :depends scipy: ``>=1.0.0,<2`` :depends seqkit: :depends sqlite: ``>=3.39,<4`` :depends treetime: ``>=0.11.2,<0.12`` :depends vcftools: :depends xopen: ``>=2.0.0,<3`` :requirements: :additional platforms: .. 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 augur and update with:: mamba update augur To create a new environment, run:: mamba create --name myenvname augur 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/augur: (see `augur/tags`_ for valid values for ````) .. |downloads_augur| image:: https://img.shields.io/conda/dn/bioconda/augur.svg?style=flat :target: https://anaconda.org/bioconda/augur :alt: (downloads) .. |docker_augur| image:: https://quay.io/repository/biocontainers/augur/status :target: https://quay.io/repository/biocontainers/augur .. _`augur/tags`: https://quay.io/repository/biocontainers/augur?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/augur/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/augur/README.html