ekg / seqwish

alignment to variation graph inducer
MIT License
143 stars 18 forks source link

bidirectional check for sequence termination during range extension #37

Closed ekg closed 4 years ago

ekg commented 4 years ago

Without this, we sometimes were extending a sequence we shouldn't have, resulting in a length assertion error due to a mismatch between the path and the input sequence.

Resolves #36, and probably a number of other recent issues.