Skip to content

Commit

Permalink
Fix an issue that would cause bowtie2 to correctly process only the f…
Browse files Browse the repository at this point in the history
…irst interleaved if more than one is given
  • Loading branch information
ch4rr0 committed Dec 12, 2024
1 parent b50baa2 commit f90f4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,11 @@ PatternComposer *PatternComposer::setupPatternComposer(
}
a->push_back(PatternSource::patsrcFromStrings(p, *qs));
b->push_back(NULL);
p.interleaved = false;
if(!p.fileParallel) {
break;
}
}
}
p.interleaved = false;

#ifdef USE_SRA
for(size_t i = 0; i < sra_accs.size(); i++) {
Expand Down

0 comments on commit f90f4b6

Please sign in to comment.