Skip to content

Commit 53742a3

Browse files
Will-Tylerjeromekelleher
authored andcommitted
Add multichunk validation test
1 parent 80122c4 commit 53742a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_bcftools_validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def run_vcztools(args: str) -> str:
3434
("args", "vcf_file"),
3535
[
3636
("view --no-version", "sample.vcf.gz"),
37+
("view --no-version", "chr22.vcf.gz"),
3738
("view --no-version -i 'INFO/DP > 10'", "sample.vcf.gz"),
3839
("view --no-version -i 'FMT/DP >= 5 && FMT/GQ > 10'", "sample.vcf.gz"),
3940
("view --no-version -i 'FMT/DP >= 5 & FMT/GQ>10'", "sample.vcf.gz"),

0 commit comments

Comments
 (0)