# HG changeset patch # User iuc # Date 1556836400 14400 # Node ID 447c0f9c0a9b9a351dfc793464bcef2be07e1cec # Parent 765a571fe910c4eb07c48d5145d2ba58006ce918 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit de12f177c2b5ee215ce2c5d48c801406944e3a00 diff -r 765a571fe910 -r 447c0f9c0a9b vcffilter.xml --- a/vcffilter.xml Thu Mar 14 17:49:00 2019 -0400 +++ b/vcffilter.xml Thu May 02 18:33:20 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.