Entering edit mode
5.1 years ago
maria2019
▴
250
I have one paired ended (150x2) WGS fastq file.
fastqc QC total read = ~ 459 M
fastqc QC after trimming total reads = ~ 458 M
after the alignment with bwa-mem and realigning around the indel, I used QUALIMAP for QC and the report shows ~723 M reads!
Why do I get more reads after the alignment?
I am having the same issue. The total number of reads is even larger in the bam file generated with filted fastq file than the raw fastq file. Do you know why it happened like this? Thanks