Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Dec 10, 2019
1 parent 9ca2727 commit b894663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhapsody/predict/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def _calcPolyPhen2Predictions(self):
PP2_score = [x if x != '?' else 'nan' for x in
self.PolyPhen2output['pph2_prob']]
PP2_class = [x if x not in ['none', '?'] else '?' for x in
self.PolyPhen2output['pph2_class']
self.PolyPhen2output['pph2_class']]
self.data['PolyPhen-2 score'] = PP2_score
self.data['PolyPhen-2 path. class'] = PP2_class

Expand Down

0 comments on commit b894663

Please sign in to comment.