recipe drax

A pipeline for Detecting Resistome Associated taXa.

Homepage:

https://github.com/will-rowe/drax

License:

MIT

Recipe:

/drax/meta.yaml

package drax

(downloads) docker_drax

versions:

0.0.0-40.0.0-30.0.0-20.0.0-10.0.0-0

depends bbmap:

37.90

depends fastp:

0.12.4

depends fastqc:

0.11.7

depends groot:

0.5

depends kaiju:

1.6.2

depends krona:

2.7

depends metacherchant:

0.1.0

depends multiqc:

1.4

depends nextflow:

0.27.6

depends r-essentials:

1.7.0

depends samtools:

1.4

depends seqkit:

0.7.2

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 drax

and update with::

   mamba update drax

To create a new environment, run:

mamba create --name myenvname drax

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

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

Download stats