recipe anvio-minimal

An interactive analysis and visualization platform for omics data

Homepage:

http://merenlab.org/software/anvio/

Developer docs:

https://github.com/merenlab/anvio

License:

GPL3 / GPL-3.0-or-later

Recipe:

/anvio-minimal/meta.yaml

package anvio-minimal

(downloads) docker_anvio-minimal

versions:
7.1-07-06.2-16.2-06.1-16.1-06-05.5.0-05.4.0-0

7.1-07-06.2-16.2-06.1-16.1-06-05.5.0-05.4.0-05.3.0-05.2.0-15.2.0-0

depends bottle:

depends colored:

depends django:

depends ete3:

depends illumina-utils:

depends matplotlib-base:

depends mistune:

depends numba:

depends numpy:

depends pandas:

0.25.1

depends paste:

depends psutil:

5.4.3

depends pyani:

0.2.10

depends pysam:

depends python:

>=3

depends requests:

depends scikit-learn:

<0.21

depends scipy:

depends six:

depends snakemake-minimal:

5.10.0

depends sqlite:

>=3.36.0,<4.0a0

depends statsmodels:

depends tabulate:

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 anvio-minimal

and update with::

   mamba update anvio-minimal

To create a new environment, run:

mamba create --name myenvname anvio-minimal

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/anvio-minimal:<tag>

(see `anvio-minimal/tags`_ for valid values for ``<tag>``)

Download stats