recipe multiqc-bcbio

MultiQC plugin for bcbio report visualization.

Homepage:

http://multiqc.info

License:

GPL3

Recipe:

/multiqc-bcbio/meta.yaml

package multiqc-bcbio

(downloads) docker_multiqc-bcbio

versions:
0.2.9-00.2.8-10.2.8-00.2.6-40.2.6-30.2.6-20.2.6-00.2.5-10.2.5-0

0.2.9-00.2.8-10.2.8-00.2.6-40.2.6-30.2.6-20.2.6-00.2.5-10.2.5-00.2.4-10.2.4-00.2.3-00.2.2-00.2.1-00.2.0-00.2.0dev-40.2.0dev-30.2.0dev-20.2.0dev-10.2.0dev-00.1.9-10.1.9-00.1.8-00.1.7-10.1.7-00.1.6-00.1.5-00.1.4-10.1.3-10.1.2-20.1.2-10.1.1-10.1.0-10.1.0-0

depends multiqc:

>=1.2

depends python:

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 multiqc-bcbio

and update with::

   mamba update multiqc-bcbio

To create a new environment, run:

mamba create --name myenvname multiqc-bcbio

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/multiqc-bcbio:<tag>

(see `multiqc-bcbio/tags`_ for valid values for ``<tag>``)

Download stats