comparison galaxy-conf/Multiply.xml @ 20:9d56b5b85740 draft

Reuploaded to see if tools get loaded correctly this time.
author timpalpant
date Fri, 15 Jun 2012 15:10:26 -0400
parents
children b43c420a6135
comparison
equal deleted inserted replaced
19:8ad390e82b92 20:9d56b5b85740
1 <tool id="WigMultiply" name="Multiply" version="1.1.0">
2 <description>(Big)Wig files</description>
3 <command interpreter="sh">
4 galaxyToolRunner.sh wigmath.Multiply -o $output
5 #for $input in $inputs
6 ${input.file}
7 #end for
8 </command>
9 <inputs>
10 <repeat name="inputs" title="(Big)Wig file">
11 <param name="file" type="data" format="bigwig,wig" />
12 </repeat>
13 </inputs>
14 <outputs>
15 <data format="wig" name="output" />
16 </outputs>
17
18 <help>
19
20 This tool multiplies Wig or BigWig files base pair by base pair.
21
22 .. class:: infomark
23
24 **TIP:** If your dataset does not appear in the pulldown menu, it means that it is not in Wig or BigWig format. Use "edit attributes" to set the correct format if it was not detected correctly.
25
26 </help>
27 </tool>