forked from GRIAC/system_genetics
Simple snippet on running MultiQC to collate FastQC results
This commit is contained in:
parent
981a983dd5
commit
a2bc313515
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
module load multiqc
|
||||||
|
|
||||||
|
# assuming you have all your fastQC result files in the ./fastQCresults folder
|
||||||
|
multiqc ./fastQCresults
|
Loading…
Reference in New Issue
Block a user