ksahlin / strobealign

Aligns short reads using dynamic seed size with strobemers
MIT License
128 stars 16 forks source link

Fix insert size computation in is_proper_nam_pair #390

Closed marcelm closed 5 months ago

marcelm commented 5 months ago

This fixes a typo in is_proper_nam_pair (df612a078a713b518812592c64fad9a4a1a9d444) and adds a little bit of refactoring to avoid this in the future.

Accuracy changes a tiny bit on the order of 0.001 percentage points.

ksahlin commented 5 months ago

approved