ksahlin / strobealign

Aligns short reads using dynamic seed size with strobemers
MIT License
141 stars 17 forks source link

Mapping CHM13 against itself results in a crash #343

Closed marcelm closed 1 year ago

marcelm commented 1 year ago

When running strobealign -x CHM13.fa CHM1.fa, we get:

Estimated read length: -1756587512 bp

and later on:

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

(Maybe these are distinct problems.)