You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still a little confused as to why you are not including mismatches in your calculation, which is something that is done in query_alignment_length?
Ah, regarding 3. above, I have now learned that apparently the original standard of the CIGAR format is used here, where explicit mismatches are not included. So that explains that.
Still curious about questions 1 and 2, if you have the time though :)
Hi,
I'm trying to understand the alignment length calculation in get_align_len().
Based on the definition of CIGAR_OPS_ALL:
... together with the definition of these integer values in the PySam docs I get that
get_align_len()
counts all:Based on this I've go two questions:
query_alignment_length
?Sorry for my if I have missed some explanation of these implementation details somewhere!
Also to be clear, I'm probably just ignorant of how the calculation should be done, so mostly asking to understand this better!
The text was updated successfully, but these errors were encountered: