Skip to content

Commit

Permalink
Correctly report variants filtered by min freq
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Sep 25, 2024
1 parent 77532e2 commit cc496f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/merge_ska_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ where
} else {
removed += 1;
}
} else {
removed += 1;
}
}
self.variants = filtered_variants;
Expand Down

0 comments on commit cc496f8

Please sign in to comment.