Mercurial > repos > devteam > vcffilter
changeset 5:765a571fe910 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:00 -0400 |
parents | 763f297f3272 |
children | 447c0f9c0a9b |
files | vcffilter.xml |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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