Skip to content

Commit 9f1776d

Browse files
committed
fixing compile issue
1 parent 0912e33 commit 9f1776d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/KmerExtractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ bool KmerExtractor::extractQueryKmers_aa2aa(
744744
while (moreData && bufferNotFull) {
745745
auto & seqChunk = readsPerThread[producerBufferIndex];
746746
// auto & nameChunk = seqNamesPerThread[producerBufferIndex];
747-
size_t seqCnt = 0;
747+
uint32_t seqCnt = 0;
748748
size_t kmerCnt = 0;
749749
while (queryIdx + chunkSize - 1 >= queryList.size()) {
750750
queryList.resize(queryList.size() * 2);

0 commit comments

Comments
 (0)