ksahlin / strobealign

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

Fail somewhat gracefully for too large references #301

Closed marcelm closed 1 year ago

marcelm commented 1 year ago

This improves handling of large references by hopefully crashing with a somewhat helpful error message (instead of just std::length_error or so).

Also, this limits the bits (-b) to the range 8..31. It may work up to 32, but this needs some further checking.

ksahlin commented 1 year ago

great, looks good to merge.