# HG changeset patch # User devteam # Date 1444755558 14400 # Node ID a6e0edfcfdaecd5a67cd5cc999773d3b55942cd2 # Parent 01bb3234beb9502dd0145cbb8d0782fd681290c0 planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734 diff -r 01bb3234beb9 -r a6e0edfcfdae tool_dependencies.xml --- a/tool_dependencies.xml Sun Nov 24 10:56:14 2013 -0500 +++ b/tool_dependencies.xml Tue Oct 13 12:59:18 2015 -0400 @@ -1,6 +1,6 @@ - + diff -r 01bb3234beb9 -r a6e0edfcfdae vcftools_annotate.xml --- a/vcftools_annotate.xml Sun Nov 24 10:56:14 2013 -0500 +++ b/vcftools_annotate.xml Tue Oct 13 12:59:18 2015 -0400 @@ -1,5 +1,5 @@ - a VCF dataset with filters + a VCF dataset with custom filters echo @@ -47,8 +47,14 @@ - Please see the VCFtools `documentation`__ for help and further information. +Annotates VCF dataset with custom annotations. For example, if this format tag is used for allele frequency: + +##FORMAT=<ID=FREQ,Number=1,Type=String,Description="Variant allele frequency"> - .. __: http://vcftools.sourceforge.net/docs.html +you can add a filter for allele frequency using "FORMAT/FREQ" as the tag name and the condition ">= [desired allele freq]" + +Please see the VCFtools `documentation`__ for help and further information. + +.. __: http://vcftools.sourceforge.net/perl_module.html#vcf-annotate