Skip to content

Commit 8440eff

Browse files
committed
Add bcf_format_gt_v2 function
1 parent f160f8d commit 8440eff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/hts/libhts/vcf.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,11 @@ module LibHTS
548548
:bcf_float_missing,
549549
[],
550550
:uint32
551+
552+
attach_function \
553+
:bcf_format_gt_v2,
554+
[BcfHdr, BcfFmt, :int, KString],
555+
:int
551556
end
552557
end
553558

0 commit comments

Comments
 (0)