# HG changeset patch # User iuc # Date 1556836426 14400 # Node ID eae7c08ebb6f2ca3039fa72cdf60236b74a13318 # Parent 9442e22779ca5532d415a8fda3c88dcbdea1c957 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit de12f177c2b5ee215ce2c5d48c801406944e3a00 diff -r 9442e22779ca -r eae7c08ebb6f vcffilter.xml --- a/vcffilter.xml Thu Mar 14 17:49:22 2019 -0400 +++ b/vcffilter.xml Thu May 02 18:33:46 2019 -0400 @@ -86,13 +86,13 @@ (e.g., 'Info filter' or 'Genotype filter'), and specify filter value according to the following pattern:: -- For 'Info filter (-f)':: {ID} {operator} {value} + - For 'Info filter (-f)':: {ID} {operator} {value} For instance:: DP > 10 -- For 'Genotype fields (-g)':: {ID} {operator} {value} + - 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 '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.