forked from GRIAC/system_genetics
6 lines
136 B
Bash
6 lines
136 B
Bash
#!/bin/bash
|
|
module load multiqc
|
|
|
|
# assuming you have all your fastQC result files in the ./fastQCresults folder
|
|
multiqc ./fastQCresults
|