Repository 'vcffilter'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/vcffilter

Changeset 7:eae7c08ebb6f (2019-05-02)
Previous changeset 6:9442e22779ca (2019-03-14) Next changeset 8:81972652519c (2019-05-07)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit de12f177c2b5ee215ce2c5d48c801406944e3a00
modified:
vcffilter.xml
b
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
b
@@ -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.