Entering edit mode
10.3 years ago
Adrian Pelin
★
2.6k
Hello,
What parameters should I use if I want bwa to report all possible alignments for every read in the sam file? (i.e. I if a read can align to 2 different regions, it should, and when I calculate coverage I should see genes that are duplicated to have 2x the coverage.)
Adrian
I was using bwa aln. What will change if I switch to bwa mem? I see it's a different algorithm.