4
|
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>
|