uni-halle / gerbil

A fast and memory-efficient k-mer counter with GPU-support
MIT License
34 stars 14 forks source link

"Gerbil Error: Unsupported k" for k = 8 #18

Closed mhorlacher closed 3 years ago

mhorlacher commented 3 years ago

I'm getting the error Gerbil Error: Unsupported k for a k of 8, however the manual states that "Supported k currently range from 8 to 136". Is a kmer size of 8 not supported after all? Had no problem running with sizes of 12, 16, etc.

srechner commented 3 years ago

Could you please give us the exact command you tried to run?

srechner commented 3 years ago

Ok, I guess I see what's wrong. I updated the code. This bug shoud be fixed now.

mhorlacher commented 3 years ago

Thanks @srechner !