Open mdehollander opened 8 years ago
Hey mdehollander,
Thanks for using bamm
, and for the suggestion!
Someone recently requested pretty much this idea. I have a -keep_unmapped
flag for bamm make
implemented in a local branch. There's just a couple of things to take care of before we can merge it. I'll aim to get it done early next week.
Regards, Tim
nice! looking forward to see this in the master branch :) thanks!
Hey mdehollander,
The new features are in the master branch, and we've made a new release v1.7.0. Let me know if you have any issues!
Cheers, Tim
Hi,
When I look at the mapping performance with samtools flagstat I always get a value of 100% for the mapped reads. When I use bwa directly in stead of bamm the percentage is more realistic (87%). Looking at the real numbers, you can see that in the bam files produced by bamm only the mapped reads are stored (917688 total reads for bamm versus 917689 reads mapped with bwa). Is it possible to store also the unmapped reads with bamm?
bamm stats
bwa stats