My reference fasta file contains both sense and antisense sequence separately.
I use bwa mem as aligner, and it seems it will map the same read to both sense and antisense reference, and mapq will become 0 even if it's a perfect match.
So my questions is: is it possible to not align reverse compelmentary reads?