| 84 | == MultiQC == |
| 85 | |
| 86 | [[https://multiqc.info/|MultiQC]] is a program that can merge QC and other reports (such as FastQC, STAR, and MACS2) for a series of samples into one big file. See [[https://multiqc.info/#supported-tools|MultiQC: Supported Tools]] for a table of about 100 types of reports that can be merged. |
| 87 | |
| 88 | The main command to merge reports in your current directory is |
| 89 | {{{ |
| 90 | # Usage: multiqc [OPTIONS] <analysis directory> |
| 91 | multiqc -n My_samples.reports.html . |
| 92 | }}} |
| 93 | Note the " .", which indicates the current directory. Otherwise, a series of directories can be used as arguments. |