Closed gatoravi closed 8 years ago
Actually, I think this should be y.pos() + y.query_length() + 1
and not y.pos() + y.query_length() - 1
?
I think you are correct unless pos is 0-based. In that case, no addition is needed. If I remember correctly, BAM natively represents position as a 0-based number, but I need to go back and check to see if that gets corrected somewhere.
Related to #10