comparison gemini_annotate.xml @ 11:53a5647e5271 draft

Uploaded
author iuc
date Wed, 18 Feb 2015 11:36:37 -0500
parents 14caa57eca63
children 65f742e605ec
comparison
equal deleted inserted replaced
10:0f1bcedd836f 11:53a5647e5271
27 ]]> 27 ]]>
28 28
29 </command> 29 </command>
30 <expand macro="stdio" /> 30 <expand macro="stdio" />
31 <inputs> 31 <inputs>
32 <param name="infile" type="data" format="sqlite" label="GEMINI database" /> 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" size="20" 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=" ">
77 <when value="count"/> 77 <when value="count"/>
78 </conditional> 78 </conditional>
79 79
80 </inputs> 80 </inputs>
81 <outputs> 81 <outputs>
82 <data name="outfile" format="tabular" label="${tool.name} on ${on_string}" /> 82 <data name="outfile" format="tabular" />
83 </outputs> 83 </outputs>
84 <tests> 84 <tests>
85 <test> 85 <test>
86 </test> 86 </test>
87 </tests> 87 </tests>