Simple snippet on running MultiQC to collate FastQC results

This commit is contained in:
M. Berg 2021-02-22 14:52:54 +01:00
parent 981a983dd5
commit a2bc313515
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
module load multiqc
# assuming you have all your fastQC result files in the ./fastQCresults folder
multiqc ./fastQCresults