# HG changeset patch # User iuc # Date 1546109837 18000 # Node ID de885f4afb7f6540fd8ab15f5d53c3ffd6c1be06 # Parent 6b935ab36d7b6ce92af082a258595dbd586c6fd4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit 2ceb7f04846b90fd08d440b9f40493bb0434ce26 diff -r 6b935ab36d7b -r de885f4afb7f vcffilter.xml --- a/vcffilter.xml Mon Mar 26 10:21:29 2018 -0400 +++ b/vcffilter.xml Sat Dec 29 13:57:17 2018 -0500 @@ -1,4 +1,4 @@ - + filter VCF data in a variety of attributes macros.xml @@ -30,7 +30,7 @@ ]]> - + @@ -39,9 +39,11 @@ + - + + @@ -80,11 +82,18 @@ -o, --or use logical OR instead of AND to combine filters -r, --region specify a region on which to target the filtering (must be used in conjunction with -f or -g) -Filters are specified in the form {ID} {operator} {value}:: +To specify filters, click on the 'Insert Add filters' button, choose a filter type +(e.g., 'Info filter' or 'Genotype filter'), and specify filter value according to the +following pattern:: - -f "DP > 10" # for info fields - -g "GT = 1|1" # for genotype fields - -f "CpG" # for 'flag' fields +- For 'Info filter (-f)':: {ID} {operator} {value} + For instance:: DP > 10 + +- For 'Genotype fields (-g)':: {ID} {operator} {value} + For instance:: GT = 1|1 + +- For 'Flag' fields (when 'Info filter (-f)' is selected for filter type field):: {value} + For instance:: CpG Any number of filters may be specified. They are combined via logical AND unless the --or option is specified. For convenience, you can specify "QUAL" to refer to the quality of the site, even though it does not appear in the INFO fields.