Skip to content

Commit

Permalink
Update reads.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gf777 committed Dec 26, 2024
1 parent 6f605e6 commit 4572e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -746,9 +746,9 @@ void InReads::writeToStream() {
writerMutexCondition.wait(lck, [this, batchCounter] {
return readBatches.size()>batchCounter;
});
std::cout<<+batchCounter<<" "<<+readBatches.size()<<std::endl;
if (!streamOutput && batchCounter == readBatches.size())
return;
std::cout<<+batchCounter<<" "<<+readBatches.size()<<std::endl;
readBatchesCpy = readBatches;
}

Expand Down

0 comments on commit 4572e67

Please sign in to comment.