Sha256: 5431dbaface2af57960f46d7524cc12c7eaa395dd8f7cf313a676903ee62bcd0
Contents?: true
Size: 610 Bytes
Versions: 3
Compression:
Stored size: 610 Bytes
Contents
@filter Feature: Adding filters bio-vcf can add soft filters. Rather than removing failing items we can inject filter state into the FILTER field. To add state such as PASS or LowDepth simply use a filter and the --set-filter switch. If a filter already has state the new one is appended with a semi-colon. Scenario: Test the info filter using dp and threads Given I have input file(s) named "test/data/input/somaticsniper.vcf" When I execute "./bin/bio-vcf --add-filter PASS --filter 'r.normal.dp>5 and r.tumor.dp>7'" Then I expect the named output to match the named output "pass1"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bio-vcf-0.9.5 | features/filter.feature |
bio-vcf-0.9.4 | features/filter.feature |
bio-vcf-0.9.2 | features/filter.feature |