I am trying to map reads from whole genomes, and considering whether to employ older BWA-aln or newer BWA-mem aligners. BWA-mem will supposedly map more reads than BWA-aln, sometimes this difference can be huge (80% vs 18%)
https://www.biostars.org/p/94742/
and consequently coupled to GATK BWA-mem gives more raw SNPs and less SNPs that have passed GATK VSQR filtering (probably low quality due to forced mapping).
https://peerj.com/articles/421/#table-3
Difference is not so big but basically BWA-aln gives ~30k more SNPs that passed filtering. Should I use older BWA-aln?