Skip to content

Commit

Permalink
(again) suff_eval = False for variants not in GET-Evidence
Browse files Browse the repository at this point in the history
  • Loading branch information
tomclegg committed Aug 5, 2012
1 parent 43d5c2b commit 0da069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/gff_getevidence_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def suff_eval(variant_data):
6 - disease penetrance
"""
# Check that we have the data we need, else return "False"
if !("variant_impact" in variant_data):
if not ("variant_impact" in variant_data):
return False
if "quality_scores" in variant_data:
quality_scores = variant_data["quality_scores"]
Expand Down

0 comments on commit 0da069f

Please sign in to comment.