Versions Compared

Key

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

...

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

...