Closed r-mafi closed 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
std::substr
i + kmer_size
kmer_size
here, the second argument of
std::substr
is length of the substring, not the end position. Should be changed fromi + kmer_size
tokmer_size