From aaa5c63b1a8319cd3189be112e04b9677f9756d9 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Tue, 16 Jul 2024 13:25:54 -0400 Subject: [PATCH] fix(mi): put TRGT in decimal mode for now --- strkit/mi/trgt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strkit/mi/trgt.py b/strkit/mi/trgt.py index 3992ced..3814621 100644 --- a/strkit/mi/trgt.py +++ b/strkit/mi/trgt.py @@ -101,6 +101,8 @@ def calculate_contig(self, contig: str) -> MIContigResult: child_gt=c_gt, mother_gt=m_gt, father_gt=f_gt, child_gt_95_ci=c_gt_95_ci, mother_gt_95_ci=m_gt_95_ci, father_gt_95_ci=f_gt_95_ci, + + decimal=True, )) return cr