Skip to content

Commit

Permalink
ctrr change for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbutleriii committed May 31, 2018
1 parent 7af24d3 commit 68f8b35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clinotator/clinotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ def main():
sys.exit()

if __name__ == '__main__':
main()
main()
1 change: 1 addition & 0 deletions clinotator/global_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@
('Likely pathogenic', 8.4),
('Pathogenic/Likely pathogenic', 15),
('Pathogenic', 10000000)]

4 changes: 2 additions & 2 deletions clinotator/variation.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def analysis_stats(self):

if self.CVNA < 2:
self.CTPS = None
self.CTRR = None
self.CTRR = "."
return

# logging.debug('CTRS score: {}'.format(self.CTRS))
Expand All @@ -254,7 +254,7 @@ def analysis_stats(self):
logging.warning('ClinVar significance for {} does not include B,B/LB'
',LB,US,LP,LP/P,P'.format(self.VID))
self.CTPS = None
self.CTRR = None
self.CTRR = "."
return

self.CTRR = reclassification_tree(ctps_index, cvcs_index)
Expand Down

0 comments on commit 68f8b35

Please sign in to comment.