recipe augur

Process pathogen genome data for the Nextstrain platform

Homepage:

https://github.com/nextstrain/augur

License:

AGPL / AGPL-3.0-only

Recipe:

/augur/meta.yaml

package augur

(downloads) docker_augur

versions:
24.3.0-024.2.3-024.2.2-024.2.1-024.2.0-024.1.0-024.0.0-023.1.1-123.1.1-0

24.3.0-024.2.3-024.2.2-024.2.1-024.2.0-024.1.0-024.0.0-023.1.1-123.1.1-023.1.0-023.0.0-022.4.0-022.3.0-022.2.0-022.1.0-022.0.3-022.0.2-022.0.1-022.0.0-021.1.0-021.0.1-121.0.1-021.0.0-121.0.0-020.0.0-019.3.0-019.2.0-019.1.0-019.0.0-018.2.0-018.1.2-018.1.1-018.1.0-018.0.0-017.1.0-117.1.0-017.0.0-117.0.0-016.0.3-016.0.2-016.0.1-015.0.2-015.0.1-015.0.0-014.1.0-014.0.0-013.1.2-013.1.1-013.1.0-013.0.4-013.0.3-013.0.2-013.0.1-113.0.1-013.0.0-012.1.1-012.0.0-011.3.0-011.2.0-111.2.0-011.1.2-111.1.2-011.1.0-011.0.0-010.3.0-010.2.0-010.1.1-010.1.0-010.0.4-010.0.3-010.0.2-010.0.0-110.0.0-09.0.0-19.0.0-08.0.0-07.0.2-06.4.3-06.4.2-06.4.1-06.4.0-06.3.0-06.2.0-06.1.1-06.1.0-06.0.0-05.4.1-05.4.0-05.3.0-05.2.1-05.2.0-05.1.1-05.1.0-04.0.0-03.1.5-13.1.5-0

depends bcbio-gff:

>=0.7.1,<0.8

depends biopython:

>=1.80,<2

depends cvxopt:

>=1.1.9,<2

depends fasttree:

depends importlib_resources:

>=5.3.0

depends iqtree:

depends isodate:

>=0.6.0,<0.7

depends jsonschema:

>=3.0.0,<4

depends mafft:

depends networkx:

>=2.5,<3

depends numpy:

>=1.0.0,<2

depends packaging:

>=19.2

depends pandas:

>=1.0.0,<2

depends pyfastx:

>=1.0.0,<3

depends python:

>=3.8

depends raxml:

depends scipy:

>=1.0.0,<2

depends treetime:

>=0.11.2,<0.12

depends vcftools:

depends xopen:

>=1.7.0,<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 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:<tag>

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

Download stats