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
Use hts_pos_t in tweak_overlap_quality() and related functions
While not strictly necessary (the positions in question are
relative to that of read 'b') it makes data types consistent
and reduces the possibility of accidental overflow.
Also adds a check that the position in the sequence is valid
before trying to use it for array look-ups.
0 commit comments