comparison gemini_annotate.xml @ 18:ce61d4876838 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit e5a5ad091c621348dc6ce2df861475ebc54a380e
author iuc
date Tue, 13 Oct 2015 17:23:05 -0400
parents 65f742e605ec
children
comparison
equal deleted inserted replaced
17:65f742e605ec 18:ce61d4876838
30 </command> 30 </command>
31 <inputs> 31 <inputs>
32 <expand macro="infile" /> 32 <expand macro="infile" />
33 <param name="annotate_source" type="data" format="bed" label="File containing the annotations in BED format" help="(-f)"/> 33 <param name="annotate_source" type="data" format="bed" label="File containing the annotations in BED format" help="(-f)"/>
34 34
35 <param name="column_name" size="20" type="text" value="" 35 <param name="column_name" type="text" value=""
36 label="The name of the column to be added to the variant table" help="(-c)"> 36 label="The name of the column to be added to the variant table" help="(-c)">
37 <sanitizer invalid_char=" "> 37 <sanitizer invalid_char=" ">
38 <valid initial="string.letters,string.digits"> 38 <valid initial="string.letters,string.digits">
39 <add value="_" /> 39 <add value="_" />
40 </valid> 40 </valid>