--- id: multiqc version: "1.35" license: GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record) license_treatment: copyleft maintenance: active --- # multiqc — Create aggregate bioinformatics analysis reports across many samples and tools License: copyleft · Maintenance: active · Downloads: 83.2K/mo ## 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 above — 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 pip install multiqc uv add multiqc 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. Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record) (copyleft) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 83.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags bioinformatics report aggregation, quality control summary across samples, NGS analysis report generation, multi-tool sequencing results, bioinformatics log parsing, interactive QC visualization, batch analysis reporting, bioinformatics, quality-control, reporting [View on SkillFed](https://skillfed.io/packages/multiqc) · [View on PyPI](https://pypi.org/project/multiqc/)