comparison galaxy-conf/Average.xml @ 4:4b32ed5d4a1b

Uploaded
author timpalpant
date Tue, 14 Feb 2012 00:59:33 -0500
parents
children b1952a90d4bf
comparison
equal deleted inserted replaced
3:4b610dc8f6ba 4:4b32ed5d4a1b
1 <tool id="WigAvg" name="Average" version="1.0.0">
2 <description>multiple (Big)Wig files</description>
3 <command interpreter="sh">
4 galaxyToolRunner.sh wigmath.Average -o $output $file1 $file2
5 #for $input in $inputs
6 ${input.file}
7 #end for
8 </command>
9 <inputs>
10 <param name="(Big)Wig file 1" type="data" format="bigwig,wig" />
11 <param name="(Big)Wig file 2" type="data" format="bigwig,wig" />
12 <repeat name="inputs" title="Additional (Big)Wig file">
13 <param name="file" type="data" format="bigwig,wig" />
14 </repeat>
15 </inputs>
16 <outputs>
17 <data format="wig" name="output" />
18 </outputs>
19 <tests>
20 <!-- TODO -->
21 </tests>
22
23
24 <help>
25 </help>
26 </tool>