Skip to content

Commit

Permalink
Set match_partial==False with --aa
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert committed Aug 4, 2023
1 parent 7b57fb0 commit be596de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProcessReads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1470,8 +1470,8 @@ void BUSProcessor::processBuffer() {
numreads++;
v.clear();
u = Roaring();
bool match_partial = !busopt.paired && !index.dfk_onlist;

bool match_partial = !busopt.paired && !index.dfk_onlist && !busopt.aa;

index.match(seq, seqlen, v, match_partial, busopt.aa);

Expand Down

0 comments on commit be596de

Please sign in to comment.