cggh / scikit-allel

A Python package for exploring and analysing genetic variation data
MIT License
288 stars 50 forks source link

Different results from locate_unlinked based on blen #317

Open eric-czech opened 4 years ago

eric-czech commented 4 years ago

I noticed that locate_unlinked returns different results if blen isn't a multiple of step. That makes sense since the pairwise comparison window resets at block boundaries but I wanted to point that out since it might be worth a mention in the docs or possibly rounding blen up/down to some step multiple.