Hi, I wonder if it is possible to get different resulting alignments using the same reads and the same reference as input?
I did the alignment step twice and my BAM-files from the two runs differ slightly. I used BWA for the alignment step.
Is there any possibility that BWA's decisions where to align a read can differ within two runs having exactly the same parameters and input?
Are there any "random" steps in the algorithm? Does multi-threading affect the alignment?
Furthermore I found, that the regions differing in between the two BAMs showed strikingly low read-quality. But I don't know if this has something to do with the observed problem.
Any help or further insight is appreciated.
Cheers, Stroehli
Thanks for your reply. Could you elaborate on that? Do I get that right, that repetitive read pairs are reads that map equally well in more than one region on the reference? How would this be consistent with the fact that I have low quality reads? So a low quality read is more likely to map at more than one position equally well (or rather equally badly in this case) and therefore will be placed randomly more often? Is that what you are trying to say?
Repetitive hits are reads that map at multiple positions on the reference.
Concerning the quality, I indeed meant that low quality reads may tend to map at more than one position, but it has to be verified because the bwa doc states that:
"Base quality is NOT considered in evaluating hits"