汇总 FastQC、fastp、STAR、samtools 等工具报告,生成统一 QC 报告。Aggregates reports from tools such as FastQC, fastp, STAR, and samtools into one QC report.
multiqc_report.html, multiqc_data/mamba install -c bioconda multiqc
扫描当前项目:
multiqc . -o qc/multiqc
只扫描指定目录:
multiqc qc/fastqc qc/fastp align_logs -o qc/multiqc
覆盖旧报告:
multiqc . -o qc/multiqc --force
导出额外数据:
multiqc . -o qc/multiqc --data-format json
-o:输出目录。--force:覆盖已有输出。--filename:自定义 HTML 报告名。--ignore:忽略路径或文件。--module:只运行指定模块。Log.final.out。