Previous changeset 0:87d916fbb7c4 (2015-03-19) Next changeset 2:d64204113938 (2016-09-15) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotate commit a1517c9d22029095120643bbe2c8fa53754dd2b7 |
modified:
vcfannotate.xml |
b |
diff -r 87d916fbb7c4 -r 829d46588cf5 vcfannotate.xml --- a/vcfannotate.xml Thu Mar 19 12:39:51 2015 -0400 +++ b/vcfannotate.xml Wed Nov 11 12:57:42 2015 -0500 |
b |
@@ -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" /> |