Skip to content

Commit

Permalink
Updates for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbutleriii committed Jun 1, 2018
1 parent 45a6f88 commit 7060466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clinotator/global_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
'other': (0, '-'), 'not provided': (0, '-')}

# list of weighted score upper bounds for ctps bins
ctps_cutoffs = [('Benign', -24),
ctps_cutoffs = [('Benign', -26.7),
('Benign/Likely benign', -8.4),
('Likely benign', -4.2),
('Uncertain significance', 4.2),
('Likely pathogenic', 8.4),
('Pathogenic/Likely pathogenic', 15),
('Pathogenic/Likely pathogenic', 14.7),
('Pathogenic', 10000000)]

0 comments on commit 7060466

Please sign in to comment.