Skip to content

Commit

Permalink
fix(mi): put TRGT in decimal mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jul 16, 2024
1 parent 6699179 commit aaa5c63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions strkit/mi/trgt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aaa5c63

Please sign in to comment.