Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/peprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ void PairEndProcessor::recycleToPool2(int tid, Read* r) {
bool PairEndProcessor::processPairEnd(ReadPack* leftPack, ReadPack* rightPack, ThreadConfig* config){
if(leftPack->count != rightPack->count) {
cerr << endl;
cerr << "WARNNIG: different read numbers of the " << mPackProcessedCounter << " pack" << endl;
cerr << "WARNING: different read numbers of the " << mPackProcessedCounter << " pack" << endl;
cerr << "Read1 pack size: " << leftPack->count << endl;
cerr << "Read2 pack size: " << rightPack->count << endl;
cerr << endl;
Expand Down