# HG changeset patch # User iuc # Date 1552600140 14400 # Node ID 765a571fe910c4eb07c48d5145d2ba58006ce918 # Parent 763f297f327209062bf36e1b0dcad5f5514bdf6e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit 270bb876857d700ecc7fb9d1757c63dcfeb401aa diff -r 763f297f3272 -r 765a571fe910 vcffilter.xml --- a/vcffilter.xml Sat Dec 29 13:56:56 2018 -0500 +++ b/vcffilter.xml Thu Mar 14 17:49:00 2019 -0400 @@ -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