Skip to content

Commit

Permalink
Merge branch 'release/0.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Jul 24, 2024
2 parents 6329b70 + 14b9e88 commit ab3b3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postprocessing_variant_calls/maf/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def filter(self, filter):
)
self.data_frame = self.data_frame[
(
(self.data_frame["common_variant"] == "yes")
(self.data_frame["common_variant"] == "no")
& (self.data_frame["mappability"] == "no")
& (self.data_frame["complexity"] == "no")
& (self.data_frame["retain"] == "yes")
Expand Down

0 comments on commit ab3b3cd

Please sign in to comment.