# HG changeset patch # User iuc # Date 1552600162 14400 # Node ID 9442e22779ca5532d415a8fda3c88dcbdea1c957 # Parent de885f4afb7f6540fd8ab15f5d53c3ffd6c1be06 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit 270bb876857d700ecc7fb9d1757c63dcfeb401aa 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 @@ -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