@@ -45,6 +45,7 @@ def run_vcztools(args: str, expect_error=False) -> tuple[str, str]:
45
45
[
46
46
("view --no-version" , "sample.vcf.gz" ),
47
47
("view --no-version" , "chr22.vcf.gz" ),
48
+ ("view --no-version" , "msprime_diploid.vcf.gz" ),
48
49
("view --no-version -i 'INFO/DP > 10'" , "sample.vcf.gz" ),
49
50
("view --no-version -i 'FMT/DP >= 5 && FMT/GQ > 10'" , "sample.vcf.gz" ),
50
51
("view --no-version -i 'FMT/DP >= 5 & FMT/GQ>10'" , "sample.vcf.gz" ),
@@ -72,6 +73,7 @@ def run_vcztools(args: str, expect_error=False) -> tuple[str, str]:
72
73
("view --no-version -s NA00001" , "sample.vcf.gz" ),
73
74
("view --no-version -s NA00001,NA00003" , "sample.vcf.gz" ),
74
75
("view --no-version -s HG00096" , "1kg_2020_chrM.vcf.gz" ),
76
+ ("view --no-version -s tsk_0,tsk_1" , "msprime_diploid.vcf.gz" ),
75
77
("view --no-version -s '' --force-samples" , "sample.vcf.gz" ),
76
78
("view --no-version -s 'NO_SAMPLE' --force-samples" , "sample.vcf.gz" ),
77
79
("view --no-version -s 'NO_SAMPLE,NA00001' --force-samples" , "sample.vcf.gz" ),
0 commit comments