Mercurial > repos > devteam > vcfannotate
changeset 1:829d46588cf5 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotate commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author | devteam |
---|---|
date | Wed, 11 Nov 2015 12:57:42 -0500 |
parents | 87d916fbb7c4 |
children | d64204113938 |
files | vcfannotate.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vcfannotate.xml Thu Mar 19 12:39:51 2015 -0400 +++ b/vcfannotate.xml Wed Nov 11 12:57:42 2015 -0500 @@ -9,7 +9,7 @@ <inputs> <param format="vcf" name="input" type="data" label="Select VCF dataset"/> <param name="bed_data" type="data" format="bed" label="Select BED dataset to itersect with"/> - <param name="key_option" size="20" type="text" value="BED-features" label="Intersecting VCF records will be prefixed with this TAG within the INFO field" help="--key option"/> + <param name="key_option" type="text" value="BED-features" label="Intersecting VCF records will be prefixed with this TAG within the INFO field" help="--key option"/> </inputs> <outputs> <data format="vcf" name="out_file1" />