recipe krona

Krona Tools is a set of scripts to create Krona charts from several Bioinformatics tools as well as from text and XML files.

Homepage:

https://github.com/marbl/Krona

License:

BSD

Recipe:

/krona/meta.yaml

Links:

biotools: krona

package krona

(downloads) docker_krona

versions:
2.8.1-12.8.1-02.8-22.8-12.8-02.7.1-72.7.1-62.7.1-52.7.1-4

2.8.1-12.8.1-02.8-22.8-12.8-02.7.1-72.7.1-62.7.1-52.7.1-42.7.1-32.7.1-22.7.1-12.7.1-02.7-32.7-22.7-12.7-02.6.1-22.6.1-12.6-52.6-42.6-32.6-22.6-12.6-02.5-52.5-42.5-32.5-22.5-12.5-0

depends curl:

depends perl:

>=5.32.1,<6.0a0 *_perl5

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 krona

and update with::

   mamba update krona

To create a new environment, run:

mamba create --name myenvname krona

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

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

Download stats