How to analyse multiple files in FastQC
1
0
Entering edit mode
18 months ago
AlonsoCid • 0

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

analysis FastQC RNA-seq bulk • 890 views
ADD COMMENT
3
Entering edit mode
18 months ago
Michael 54k
fastqc -t4 *.fastq.gz # run fastqc on all fastq.gz files in directory using 4 parallel threads
ADD COMMENT
0
Entering edit mode

Thanks, it worked :D

ADD REPLY
2
Entering edit mode

I would add that using MultiQC after that would help with visualisation, going one by one might be a little tedious.

ADD REPLY
0
Entering edit mode

Thanks that was another problem, I'll use it.

ADD REPLY

Login before adding your answer.

Traffic: 2223 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6