Is it possible to pass paired end data on fastqc commandline?
The
./fastqc --help
doesn't mention how to do it. It is possible to pass multiple files like
./fastq file1 file2 file3
but it doesn't seem to differentiate somehow SE with PE.
On another post I read that FASTQC is not suited for paired end. However I got confused because inside the Configuration/contaminants.txt file the reads are paired end.
Thus, it does not support paired-end data, right? Thanks
Since the two reads of the pair are generated separately, trying to get statistics like per base sequence quality on the combined forward and reverse reads would make no sense. That is not the same as saying that it doesn't support paired-end reads.