NVIDIA-Genomics-Research / GenomeWorks

SDK for GPU accelerated genome assembly and analysis
https://clara-parabricks.github.io/GenomeWorks/
Apache License 2.0
281 stars 76 forks source link

[cudamapper] bug in extracting kmers #591

Closed r-mafi closed 3 years ago

r-mafi commented 3 years ago

here, the second argument of std::substr is length of the substring, not the end position. Should be changed from i + kmer_size to kmer_size