Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example MultiQC report can be found here:

multiqc_report.html

!!RUN THE BELOW MULTIQC COMMAND ON AN IDEV SESSION OR SUBMIT!!

Code Block
titleRunning multiqc on TACC- DO THIS IN AN IDEV SESSION
module load tacc-apptainer
module load multiqc
#run multiqc at the parent directory level where all your analyses results are 
cds
cd my_rnaseq_course
multiqc -f .  


Back to Course Outline