From 706046683c9c9948d500515576cb6939ea0112aa Mon Sep 17 00:00:00 2001 From: rbutleriii Date: Fri, 1 Jun 2018 09:30:23 -0500 Subject: [PATCH] Updates for 1.2.0 --- clinotator/global_vars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clinotator/global_vars.py b/clinotator/global_vars.py index fa207ee..06a97f3 100644 --- a/clinotator/global_vars.py +++ b/clinotator/global_vars.py @@ -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)]