We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0912e33 commit 9f1776dCopy full SHA for 9f1776d
src/commons/KmerExtractor.cpp
@@ -744,7 +744,7 @@ bool KmerExtractor::extractQueryKmers_aa2aa(
744
while (moreData && bufferNotFull) {
745
auto & seqChunk = readsPerThread[producerBufferIndex];
746
// auto & nameChunk = seqNamesPerThread[producerBufferIndex];
747
- size_t seqCnt = 0;
+ uint32_t seqCnt = 0;
748
size_t kmerCnt = 0;
749
while (queryIdx + chunkSize - 1 >= queryList.size()) {
750
queryList.resize(queryList.size() * 2);
0 commit comments