annotate galaxy-conf/Add.xml @ 6:422ac2bbb274

Uploaded
author timpalpant
date Tue, 14 Feb 2012 18:40:50 -0500
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="WigAdd" name="Add" 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.Add -o $output
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 <repeat name="inputs" title="(Big)Wig file">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11 <param name="file" type="data" format="bigwig,wig" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12 </repeat>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
13 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
14 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
15 <data format="wig" name="output" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
18 <help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
19 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
20 </tool>