Previous changeset 0:c6be83b8883d (2015-03-19) Next changeset 2:c96a7e49150a (2016-09-15) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfannotategenotypes commit a1517c9d22029095120643bbe2c8fa53754dd2b7 |
modified:
vcfannotategenotypes.xml |
b |
diff -r c6be83b8883d -r ad57b4feaf87 vcfannotategenotypes.xml --- a/vcfannotategenotypes.xml Thu Mar 19 12:40:45 2015 -0400 +++ b/vcfannotategenotypes.xml Wed Nov 11 12:57:55 2015 -0500 |
b |
@@ -9,7 +9,7 @@ <inputs> <param format="vcf" name="input1" type="data" label="Annotate genotypes in" help="First VCF dataset"/> <param format="vcf" name="input2" type="data" label="using genotypes from" help="Second VCF dataset"/> - <param name="tag_option" size="20" type="text" value="added-genotypes" label="Mark genotypes added to the first dataset with this tag" help="Annotation tag"/> + <param name="tag_option" type="text" value="added-genotypes" label="Mark genotypes added to the first dataset with this tag" help="Annotation tag"/> </inputs> <outputs> <data format="vcf" name="out_file1" /> |