recipe auspice

Auspice is an open-source interactive tool for visualising phylogenomic data

Homepage:

https://docs.nextstrain.org/projects/auspice/

Developer docs:

https://github.com/nextstrain/auspice

License:

AGPL / AGPL-3.0

Recipe:

/auspice/meta.yaml

package auspice

(downloads) docker_auspice

versions:
2.52.0-02.50.0-02.49.0-02.48.0-02.47.0-02.46.0-22.46.0-02.45.1-22.45.1-1

2.52.0-02.50.0-02.49.0-02.48.0-02.47.0-02.46.0-22.46.0-02.45.1-22.45.1-12.45.1-02.45.0-02.44.0-02.43.0-02.42.0-02.40.1-02.40.0-02.39.0-12.39.0-02.38.0-12.38.0-02.37.3-12.37.3-02.37.1-12.37.1-02.29.1-12.29.1-02.23.0-12.23.0-0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends nodejs:

16.*|18.*|20.*

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 auspice

and update with::

   mamba update auspice

To create a new environment, run:

mamba create --name myenvname auspice

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

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

Download stats