:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'multiqc' .. highlight: bash multiqc ======= .. conda:recipe:: multiqc :replaces_section_title: :noindex: Create aggregate bioinformatics analysis reports across many samples and tools :homepage: http://multiqc.info :documentation: http://multiqc.info/docs/ :developer docs: https://github.com/ewels/MultiQC :license: GPL3 / GNU General Public License v3 (GPLv3) :recipe: /`multiqc `_/`meta.yaml `_ :links: biotools: :biotools:`multiqc`, doi: :doi:`https://doi.org/10.1093/bioinformatics/btw354` .. conda:package:: multiqc |downloads_multiqc| |docker_multiqc| :versions: .. raw:: html
1.21-01.20-21.20-11.20-01.19-01.18-01.17-11.17-01.16-0 ``1.21-0``,  ``1.20-2``,  ``1.20-1``,  ``1.20-0``,  ``1.19-0``,  ``1.18-0``,  ``1.17-1``,  ``1.17-0``,  ``1.16-0``,  ``1.15-0``,  ``1.14-0``,  ``1.13-0``,  ``1.13a-1``,  ``1.13a-0``,  ``1.12-0``,  ``1.11-0``,  ``1.10.1-1``,  ``1.10.1-0``,  ``1.10-1``,  ``1.10-0``,  ``1.9-1``,  ``1.9-0``,  ``1.8-2``,  ``1.8-1``,  ``1.8-0``,  ``1.7-4``,  ``1.7-3``,  ``1.7-2``,  ``1.7-1``,  ``1.7-0``,  ``1.6-0``,  ``1.6a0-2``,  ``1.6a0-1``,  ``1.6a0-0``,  ``1.5-0``,  ``1.5a-0``,  ``1.4-0``,  ``1.3-2``,  ``1.3-1``,  ``1.3-0``,  ``1.2-0``,  ``1.1-0``,  ``1.0-4``,  ``1.0-1``,  ``1.0-0``,  ``0.9.1a0-4``,  ``0.9.1a0-3``,  ``0.9.1a0-2``,  ``0.9.1a0-1``,  ``0.9.1a0-0``,  ``0.9-0``,  ``0.9a-0``,  ``0.8-0``,  ``0.8dev0-0``,  ``0.7.1dev0-1``,  ``0.7.1dev0-0``,  ``0.7-0``,  ``0.6-0``,  ``0.5-0``,  ``0.4-0`` .. raw:: html
:depends click: :depends coloredlogs: :depends future: ``>0.14.0`` :depends humanize: :depends importlib-metadata: :depends jinja2: ``>=3.0.0`` :depends lzstring: :depends markdown: :depends matplotlib-base: ``>=2.1.1`` :depends networkx: ``>=2.5.1`` :depends numpy: :depends packaging: :depends pillow: ``>=10.2.0`` :depends plotly: ``>=5.18`` :depends pyaml-env: :depends python: ``>=3.8`` :depends python-kaleido: :depends pyyaml: ``>=4`` :depends requests: :depends rich: ``>=10`` :depends rich-click: :depends setuptools: :depends simplejson: :depends spectra: ``>=0.0.10`` :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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 and update with:: mamba update multiqc To create a new environment, run:: mamba create --name myenvname multiqc 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: (see `multiqc/tags`_ for valid values for ````) .. |downloads_multiqc| image:: https://img.shields.io/conda/dn/bioconda/multiqc.svg?style=flat :target: https://anaconda.org/bioconda/multiqc :alt: (downloads) .. |docker_multiqc| image:: https://quay.io/repository/biocontainers/multiqc/status :target: https://quay.io/repository/biocontainers/multiqc .. _`multiqc/tags`: https://quay.io/repository/biocontainers/multiqc?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/multiqc/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/multiqc/README.html