comparison gemini_windower.xml @ 2:93bb0cfacefb draft

Uploaded
author iuc
date Mon, 12 Jan 2015 15:31:50 -0500
parents 720cbfb4190d
children
comparison
equal deleted inserted replaced
1:d3c4d0208bb2 2:93bb0cfacefb
17 > "${ outfile }" 17 > "${ outfile }"
18 ]]> 18 ]]>
19 </command> 19 </command>
20 <expand macro="stdio" /> 20 <expand macro="stdio" />
21 <inputs> 21 <inputs>
22 <param name="infile" type="data" format="sqlite" label="GEMINI database" /> 22 <expand macro="infile" />
23 23
24 <param name="window_analysis" type="select" label="The type of window analysis requested?" help="(-t)"> 24 <param name="window_analysis" type="select" label="The type of window analysis requested?" help="(-t)">
25 <option value="nucl_div">(nucl_div)</option> 25 <option value="nucl_div">(nucl_div)</option>
26 <option value="hwe">(hwe)</option> 26 <option value="hwe">(hwe)</option>
27 </param> 27 </param>
45 </param> 45 </param>
46 46
47 </inputs> 47 </inputs>
48 48
49 <outputs> 49 <outputs>
50 <data name="outfile" format="tabular" label="${tool.name} on ${on_string}" /> 50 <data name="outfile" format="tabular" />
51 </outputs> 51 </outputs>
52 <tests> 52 <tests>
53 <test> 53 <test>
54 </test> 54 </test>
55 </tests> 55 </tests>