hcdenbakker / colorid

Experiments with using BIGSI data structure for metagenomic and QC applications
MIT License
18 stars 1 forks source link

thread 'main' panicked at 'byte index 39 is out of bounds of `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`', #35

Closed lskatz closed 5 years ago

lskatz commented 5 years ago

Error when running colorid search with k=39, and the read is less than my kmer length

lskatz commented 5 years ago

411 kmers in query
No perfect hits!
Counting k-mers, this may take a while!
411 kmers in query
No perfect hits!
Counting k-mers, this may take a while!
thread 'main' panicked at 'byte index 39 is out of bounds of `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`', libcore/str/mod.rs:2094:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.```
hcdenbakker commented 5 years ago

This should be fixed in version 1.4!