Skip to content

Commit d1c7d90

Browse files
committed
feat: added note about GT tuple
1 parent 0c37329 commit d1c7d90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pysam/libcbcf.pyx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3464,6 +3464,9 @@ cdef class VariantRecordSample(object):
34643464
'VAF': (1.0,)},
34653465
'PS': None
34663466
}
3467+
3468+
Note:
3469+
When using this API, the "GT" value must be provided as a tuple (0, 1) and not a string "0/1".
34673470
"""
34683471
def __init__(self, *args, **kwargs):
34693472
raise TypeError('this class cannot be instantiated from Python')

0 commit comments

Comments
 (0)