Thanks, it worked :D
• 0 views
•
link
Hello,
I would like to create quality reports of some files using FastQC, the problem is that I have like 20 and doing it one by one is a waste of time, I have to wait between analysis. Do you know any way to tell the program to analyse all the files?
Thanks for your time, Alonso
fastqc -t4 *.fastq.gz # run fastqc on all fastq.gz files in directory using 4 parallel threads
Log in to answer this question.