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

Changeset 6:9442e22779ca (2019-03-14)
Previous changeset 5:de885f4afb7f (2018-12-29) Next changeset 7:eae7c08ebb6f (2019-05-02)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit 270bb876857d700ecc7fb9d1757c63dcfeb401aa
modified:
vcffilter.xml
b
diff -r de885f4afb7f -r 9442e22779ca vcffilter.xml
--- a/vcffilter.xml Sat Dec 29 13:57:17 2018 -0500
+++ b/vcffilter.xml Thu Mar 14 17:49:22 2019 -0400
b
@@ -101,6 +101,9 @@
 
    =, !, <, >, |, &
 
+Obtain logical negation through the use of parentheses, e.g. "! ( DP = 10 )"
+Please mind the blank space between parentheses and the arguments.
+
 To restrict output to a specific location use the -r option (must be used in conjunction with -g or -f)::
 
  -r chr20:14000-15000  # only output calls between positions 14,000 and 15,000 on chromosome 20