bcgsc / biobloom

Create Bloom filters for a given reference and then use it to categorize sequences
http://www.bcgsc.ca/platform/bioinfo/software/biobloomtools
GNU General Public License v3.0
76 stars 15 forks source link

Error thrown when k-mers where used with miBF code. #52

Closed JustinChu closed 4 years ago

JustinChu commented 4 years ago

Output from 2.3.2

terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::at: __n (which is 18446744073709551615) >= this->size() (which is 150)
Aborted (core dumped)

Possibly nthash related. Does not appear on all reads.