recipe kaiju

Fast and sensitive taxonomic classification for metagenomics

Homepage:

https://kaiju.binf.ku.dk/

Developer docs:

https://github.com/bioinformatics-centre/kaiju

License:

GPL3 / GPL-3.0-or-later

Recipe:

/kaiju/meta.yaml

Links:

biotools: kaiju, doi: 10.1038/ncomms11257

package kaiju

(downloads) docker_kaiju

versions:
1.10.1-11.10.1-01.10.0-01.9.2-31.9.2-21.9.2-11.9.2-01.9.0-11.9.0-0

1.10.1-11.10.1-01.10.0-01.9.2-31.9.2-21.9.2-11.9.2-01.9.0-11.9.0-01.8.2-11.8.2-01.8.1-11.8.1-01.8.0-01.7.4-11.7.4-01.7.3-11.7.3-01.7.2-01.7.1-01.7.0-21.6.3-21.6.3-11.6.3-01.6.2-11.6.2-01.6.1-11.6.1-01.5.0-01.4.5-01.4.4-31.4.4-21.4.4-11.4.4-01.0-0

depends curl:

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends perl:

depends python:

depends wget:

depends zlib:

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 kaiju

and update with::

   mamba update kaiju

To create a new environment, run:

mamba create --name myenvname kaiju

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

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

Download stats