multiqc
Create aggregate bioinformatics analysis reports across many samples and tools
What it is and what it does
MultiQC is a command-line tool that aggregates bioinformatics analysis results from many samples into a single interactive report. It works by scanning specified directories for recognized log files from common bioinformatics tools (FastQC, Bowtie, STAR, and many others), parsing them, and generating an HTML report with interactive plots and summary statistics. The tool also produces tab-delimited data files for further inspection.
The package is designed for routine quality control in sequencing pipelines, allowing researchers to assess results across large sample batches at a glance. It supports custom content via configuration, has an extensible module system, and runs on Unix-like systems and macOS. With 26 runtime dependencies including plotly for visualization, numpy for data handling, and pydantic for validation, it provides a complete reporting pipeline for bioinformatics workflows.
Use it for:
- Generate QC reports after running FastQC on hundreds of sequencing samples in a single command
- Aggregate alignment statistics from multiple STAR or Bowtie2 runs into one comparative report
- Create summary dashboards for variant calling pipelines combining results from multiple tools
- Parse custom bioinformatics script output and include it in standardized reports via Custom Content
- Monitor batch processing quality across different sequencing runs or experimental conditions
- Export aggregated statistics in YAML or JSON format for downstream analysis or archival
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
MultiQC scans bioinformatics analysis directories and generates a single interactive HTML report summarizing results across many samples and tools.
Yes. MultiQC is actively maintained, has low install friction, and solves a concrete problem for bioinformatics workflows. The GPLv3 license is standard in research contexts. The 26 dependencies are substantial but well-established (plotly, numpy, pydantic, polars). Install it if you regularly analyze multiple bioinformatics samples and need unified QC reporting; skip it if you work with single-sample analyses or already have a custom reporting pipeline.
Install
multiqc on PyPI
pip
pip install multiqcuv
uv add multiqcpoetry
poetry add multiqcInstalling multiqc
Before you install
Low install friction with a pure-Python wheel. Active maintenance with recent commits and 1486 GitHub stars. Supports current Python versions (3.9+).
License in practice
GPLv3 copyleft license: any derivative work or distribution must also be released under GPLv3. Suitable for research and open-source pipelines; verify compatibility if integrating into proprietary workflows.
Quickstart
pip install multiqc
multiqc .
# Generates multiqc_report.html and multiqc_data/ directory
Verify before relying
- Whether the 26 runtime dependencies (including plotly, pydantic, polars, pyarrow) are all required for basic operation or if some are optional for specific modules
- Performance characteristics when processing very large sample sets or complex nested directory structures
Package facts
| License | GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record) (copyleft) |
| Python support | supports the current Python release (!=3.14.1,>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 26 — boto3, click, humanize, importlib_metadata, jinja2, kaleido, markdown, numpy, packaging, requests, Pillow, plotly, pyyaml, rich, rich-click, coloredlogs, spectra, pydantic, typeguard, tqdm, python-dotenv, natsort, tiktoken, jsonschema, polars, pyarrow |
| Maintenance | actively maintained — 93 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 83,223/month — #14,091 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: multiqc-1.35-py3-none-any.whl
Keywords: bioinformatics, biology, sequencing, NGS, next generation sequencing, quality control
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
refgenieRefgenie manages standardized folder structures…
permissive · top 15,000 on PyPI
cgcg is a clinical sequencing platform that…
unclear · top 15,000 on PyPI
pydeseq2PyDESeq2 performs differential expression…
permissive · top 15,000 on PyPI
bioA command-line toolkit that simplifies common…
permissive · top 5,000 on PyPI
pytest-htmlGenerates HTML reports for pytest test results,…
copyleft · top 1,000 on PyPI
pyrangesPyRanges provides efficient querying and…
permissive · top 15,000 on PyPI
refgenconfManages standardized configuration for…
permissive · top 15,000 on PyPI
cornerGenerates publication-quality corner plots…
permissive · top 15,000 on PyPI
parsedmarcParses DMARC, TLS-RPT, and related email…
permissive · top 15,000 on PyPI
pipebioA Python SDK for the PipeBio cloud platform…
permissive · top 15,000 on PyPI