4
|
1 <tool id="WigSubtract" name="Subtract" version="1.0.0">
|
|
2 <description>two (Big)Wig files</description>
|
|
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.Subtract -m $minuend -s $subtrahend -o $output</command>
|
|
4 <inputs>
|
|
5 <param format="bigwig,wig" name="minuend" type="data" label="File 1 (minuend / top)" />
|
|
6 <param format="bigwig,wig" name="subtrahend" type="data" label="File 2 (subtrahend / bottom)" />
|
|
7 </inputs>
|
|
8 <outputs>
|
|
9 <data format="wig" name="output" metadata_source="minuend" />
|
|
10 </outputs>
|
|
11 <tests>
|
|
12 <!--<test>
|
|
13 <param name="minuend" value="wigmath.input1"/>
|
|
14 <param name="subtrahend" value="wigmath.input2"/>
|
|
15 <param name="dbkey" value="sacCer2"/>
|
|
16 <output name="output" file="difference.output"/>
|
|
17 </test>
|
|
18 <test>
|
|
19 <param name="minuend" value="wigmath.input1.bw"/>
|
|
20 <param name="subtrahend" value="wigmath.input2"/>
|
|
21 <param name="dbkey" value="sacCer2"/>
|
|
22 <output name="output" file="difference.output"/>
|
|
23 </test>
|
|
24 <test>
|
|
25 <param name="minuend" value="wigmath.input1"/>
|
|
26 <param name="subtrahend" value="wigmath.input2.bw"/>
|
|
27 <param name="dbkey" value="sacCer2"/>
|
|
28 <output name="output" file="difference.output"/>
|
|
29 </test>
|
|
30 <test>
|
|
31 <param name="minuend" value="wigmath.input1.bw"/>
|
|
32 <param name="subtrahend" value="wigmath.input2.bw"/>
|
|
33 <param name="dbkey" value="sacCer2"/>
|
|
34 <output name="output" file="difference.output"/>
|
|
35 </test>-->
|
|
36 </tests>
|
|
37
|
|
38 <help>
|
|
39 </help>
|
|
40 </tool>
|