Hi,
I am currently developing a pipeline for novel viral detection and I am using BWA for filtering the mapped sequnces.
I recognized during my tests that I have a different number of unmapped reads after I align my sample against the whole genome once, in contrast to if I align each chromosome seperately and pipe the output.
Is this causing BWA heuristically concept, that I get a different number of mapped sequences by using the same references? Is this normal?
What is better, to align chromosome by chromosome or to align the whole genome at once?
Would be pelased if anyone could help.
I am currently developing a pipeline for novel viral detection and I am using BWA for filtering the mapped sequnces.
I recognized during my tests that I have a different number of unmapped reads after I align my sample against the whole genome once, in contrast to if I align each chromosome seperately and pipe the output.
Is this causing BWA heuristically concept, that I get a different number of mapped sequences by using the same references? Is this normal?
What is better, to align chromosome by chromosome or to align the whole genome at once?
Would be pelased if anyone could help.
Comment