Skip to content

Commit

Permalink
no need to adjust query end here, we just make asan angry
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Aug 26, 2024
1 parent cee880a commit d2069e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/wflign/src/wflign_patch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,6 @@ void write_merged_alignment(
target_pos = target_length;

// Adjust target_length if we used additional sequence
query_end += tail_aln.query_length;
target_end += tail_aln.target_length;
}
}
Expand Down

0 comments on commit d2069e7

Please sign in to comment.