First, thanks for your reply. I ran samtools flagstat before BAMboozle and got the following metrics:
41946670 + 0 in total (QC-passed reads + QC-failed reads)
6556652 + 0 secondary
0 + 0 supplementary
0 + 0 duplicates
41935169 + 0 mapped (99.97% : N/A)
0 + 0 paired in sequencing
0 + 0 read1
0 + 0 read2
0 + 0 properly paired (N/A : N/A)
0 + 0 with itself and mate mapped
0 + 0 singletons (N/A : N/A)
0 + 0 with mate mapped to a different chr
0 + 0 with mate mapped to a different chr (mapQ>=5)
After BAMboozle, the stats are the following
247042 + 0 in total (QC-passed reads + QC-failed reads)
220252 + 0 secondary
0 + 0 supplementary
0 + 0 duplicates
235541 + 0 mapped (95.34% : N/A)
0 + 0 paired in sequencing
0 + 0 read1
0 + 0 read2
0 + 0 properly paired (N/A : N/A)
0 + 0 with itself and mate mapped
0 + 0 singletons (N/A : N/A)
0 + 0 with mate mapped to a different chr
0 + 0 with mate mapped to a different chr (mapQ>=5)
This seems odd that the reads that passed QC go from 41 million to 247,042. This is also keeping unmapped reads so I imagine mapped reads are even less. Is this a normal reduction in output from BAMboozle?