We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80122c4 commit 53742a3Copy full SHA for 53742a3
tests/test_bcftools_validation.py
@@ -34,6 +34,7 @@ def run_vcztools(args: str) -> str:
34
("args", "vcf_file"),
35
[
36
("view --no-version", "sample.vcf.gz"),
37
+ ("view --no-version", "chr22.vcf.gz"),
38
("view --no-version -i 'INFO/DP > 10'", "sample.vcf.gz"),
39
("view --no-version -i 'FMT/DP >= 5 && FMT/GQ > 10'", "sample.vcf.gz"),
40
("view --no-version -i 'FMT/DP >= 5 & FMT/GQ>10'", "sample.vcf.gz"),
0 commit comments