Why do I have more reads in my .bam file than in my .fastq input file?
1
1
Entering edit mode
5.8 years ago
francois ▴ 80

I seem to have more reads after alignment than before.

Before alignment

awk '{s++}END{print s/4}' reads.fastq

153265

After alignment

samtools flagstat align.bam

180051 + 0 in total (QC-passed reads + QC-failed reads)

0 + 0 secondary

26786 + 0 supplementary

0 + 0 duplicates

171567 + 0 mapped (95.29% : N/A)

[...]

I do not understand how can that be.

Can you help?

alignment bam fastq • 3.6k views
ADD COMMENT
0
Entering edit mode

Please post entire log from flagstat @op

ADD REPLY
0
Entering edit mode

Had the same question couple of years ago!

ADD REPLY
5
Entering edit mode
5.8 years ago

the bam contains the supplementary (part of the read that maps elsewhere) + secondary (some other probable hits for the read) alignments

ADD COMMENT

Login before adding your answer.

Traffic: 3111 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