annotate galaxy-conf/Average.xml @ 11:b1952a90d4bf

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
parents 4b32ed5d4a1b
children 81d5b81fb3c2
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>
11
b1952a90d4bf Uploaded
timpalpant
parents: 4
diff changeset
10 <param name="file1" label="(Big)Wig file 1" type="data" format="bigwig,wig" />
b1952a90d4bf Uploaded
timpalpant
parents: 4
diff changeset
11 <param name="file2" label="(Big)Wig file 2" type="data" format="bigwig,wig" />
4
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>