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 37de952 commit 6f605e6
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 @@ -749,7 +749,7 @@ void InReads::writeToStream() {
if (!streamOutput && batchCounter == readBatches.size())
return;
std::cout<<+batchCounter<<" "<<+readBatches.size()<<std::endl;
readBatchesCpy = {readBatches.begin() + batchCounter, readBatches.end()};
readBatchesCpy = readBatches;
}

switch (string_to_case.count(ext) ? string_to_case.at(ext) : 0) {
Expand Down

0 comments on commit 6f605e6

Please sign in to comment.