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 1d19be6 commit 3c6a7ceCopy full SHA for 3c6a7ce
tests/test_bcftools_validation.py
@@ -49,6 +49,8 @@ def run_vcztools(args: str, expect_error=False) -> tuple[str, str]:
49
# Filters based on strings disabled:
50
# https://github.com/sgkit-dev/vcztools/issues/189
51
# ("view --no-version -i 'ID == \"rs6054257\"'", "sample.vcf.gz"),
52
+ ("view --no-version -i 'DB=0'", "sample.vcf.gz"),
53
+ ("view --no-version -i 'DB=1'", "sample.vcf.gz"),
54
("view --no-version -i 'INFO/DP > 10'", "sample.vcf.gz"),
55
("view --no-version -i 'FMT/DP >= 5'", "sample.vcf.gz"),
56
("view --no-version -i 'FMT/DP >= 5 && FMT/GQ > 10'", "sample.vcf.gz"),
0 commit comments