Skip to content

Commit b67ad3c

Browse files
Adding field_type combos example + test skeleton
1 parent 0eb2471 commit b67ad3c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
2.53 KB
Binary file not shown.
133 Bytes
Binary file not shown.

tests/test_vcf_examples.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,12 @@ def ds(self, tmp_path_factory):
654654
vcf.convert_vcf([self.data_path], out)
655655
return sg.load_dataset(out)
656656

657+
def test_info_string1(self, ds):
658+
print(repr(ds["variant_IS1"].values))
659+
660+
def test_info_string2(self, ds):
661+
print(repr(ds["variant_IS2"].values))
662+
657663

658664
@pytest.mark.parametrize(
659665
"name",

0 commit comments

Comments
 (0)