skillfed

multiqc

Create aggregate bioinformatics analysis reports across many samples and tools

multiqc v1.35 83.2K downloads/30d#14,091 on PyPI1,486
Copyleft 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) Active released

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 multiqc

uv

uv add multiqc

poetry

poetry add multiqc

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentIntended Audience :: Science/ResearchLicense :: OSI Approved :: GNU General Public License v3 (GPLv3)Natural Language :: EnglishOperating System :: MacOS :: MacOS XOperating System :: POSIXOperating System :: UnixProgramming Language :: JavaScriptProgramming Language :: PythonTopic :: Scientific/EngineeringTopic :: Scientific/Engineering :: Bio-InformaticsTopic :: Scientific/Engineering :: Visualization

Tags

bioinformatics report aggregationquality control summary across samplesNGS analysis report generationmulti-tool sequencing resultsbioinformatics log parsinginteractive QC visualizationbatch analysis reporting
bioinformaticsquality-controlreporting

More Scientific/Engineering packages