Hello
I want to parallelize a fastQC computation of a large fastq file.
I know that fastQC can be run on several files in parallel using the -t option, but I'm not sure if this will yield a correct result if I will split the file into several smaller files.
Is there any way to this?
Thanks in advance
Dolev Rahat
Hi,
I would say split a fastq file into 2 files and run fastqc with
-t
option. Should work fine haven't tested thoughTo my knowledge fastQC operates on a sub-sample of your input file for its analyses, there's no need to actually process all reads for summary stats.