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

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