Mercurial > repos > devteam > vcffilter
changeset 6:9442e22779ca draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit 270bb876857d700ecc7fb9d1757c63dcfeb401aa
author | iuc |
---|---|
date | Thu, 14 Mar 2019 17:49:22 -0400 |
parents | de885f4afb7f |
children | eae7c08ebb6f |
files | vcffilter.xml |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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