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
Fix self-subtraction typo in insertion-locus branch of ReadCollector (#142)
Line 202 compared read_base0_after_insertion to itself instead of
read_base0_before_insertion, making the adjacent-positions branch dead.
The else-branch happened to compute the same result for that case, so
no output was incorrect, but the intent was wrong.
Fixes#126
0 commit comments