Skip to content

Commit

Permalink
turn on exome-only CNV filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy McRae committed Nov 21, 2017
1 parent ce6ce8d commit 17068b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clinicalfilter/variant/cnv.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ def passes_filters(self):
elif "EXOME" in self.info["CALLSOURCE"]:
# currently return false for all exome-only CNVs, undergoing testing
filt = ExomeCNV(self)
# passes = filt.filter_cnv(track_variant)
passes = False
passes = filt.filter_cnv(track_variant)
else:
if track_variant:
print("CNV is not an aCGH or exome CNV")
Expand Down

0 comments on commit 17068b7

Please sign in to comment.