recipe nextclade

Viral genome alignment, mutation calling, clade assignment, quality checks and phylogenetic placement

Homepage:

https://github.com/nextstrain/nextclade

Documentation:

https://docs.nextstrain.org/projects/nextclade/en/stable/

License:

MIT / MIT

Recipe:

/nextclade/meta.yaml

package nextclade

(downloads) docker_nextclade

versions:
3.4.0-03.3.1-23.3.1-13.3.1-03.3.0-13.3.0-03.2.1-03.2.0-03.1.0-0

3.4.0-03.3.1-23.3.1-13.3.1-03.3.0-13.3.0-03.2.1-03.2.0-03.1.0-03.0.1-03.0.0-02.14.0-22.14.0-12.14.0-02.13.1-02.13.0-02.12.0-02.11.0-02.10.1-02.9.1-02.9.0-12.9.0-02.8.0-02.7.0-02.6.0-02.5.0-02.4.0-02.3.1-02.3.0-02.2.0-02.1.0-02.0.0-01.11.0-01.10.3-01.10.2-01.10.1-01.10.0-01.9.0-01.8.1-01.8.0-01.7.0-01.6.0-01.5.1-01.5.0-01.4.5-01.4.4-01.4.1-01.4.0-01.3.0-01.2.3-11.2.3-01.2.1-01.2.0-01.1.0-0

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 nextclade

and update with::

   mamba update nextclade

To create a new environment, run:

mamba create --name myenvname nextclade

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

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

Download stats