Skip to content

Commit 68f8b35

Browse files
author
rbutleriii
committed
ctrr change for 1.1.0
1 parent 7af24d3 commit 68f8b35

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

clinotator/clinotator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ def main():
188188
sys.exit()
189189

190190
if __name__ == '__main__':
191-
main()
191+
main()

clinotator/global_vars.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@
9494
('Likely pathogenic', 8.4),
9595
('Pathogenic/Likely pathogenic', 15),
9696
('Pathogenic', 10000000)]
97+

clinotator/variation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def analysis_stats(self):
228228

229229
if self.CVNA < 2:
230230
self.CTPS = None
231-
self.CTRR = None
231+
self.CTRR = "."
232232
return
233233

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

260260
self.CTRR = reclassification_tree(ctps_index, cvcs_index)

0 commit comments

Comments
 (0)