Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/ZScore.xml @ 4:4b32ed5d4a1b
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 00:59:33 -0500 |
parents | |
children | 9266d807ca85 |
comparison
equal
deleted
inserted
replaced
3:4b610dc8f6ba | 4:4b32ed5d4a1b |
---|---|
1 <tool id="WigZScore" name="Z-Score" version="1.0.0"> | |
2 <description>a (Big)Wig file</description> | |
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.ZScore -i $input -o $output</command> | |
4 <inputs> | |
5 <param format="bigwig,wig" name="input" type="data" label="Z-score the data in" /> | |
6 </inputs> | |
7 <outputs> | |
8 <data format="wig" name="output" metadata_source="input" /> | |
9 </outputs> | |
10 <tests> | |
11 <!--<test> | |
12 <param name="input" value="wigmath.input1"/> | |
13 <param name="dbkey" value="sacCer2"/> | |
14 <output name="output" file="zscorer.output1"/> | |
15 </test> | |
16 <test> | |
17 <param name="input" value="wigmath.input1.bw"/> | |
18 <param name="dbkey" value="sacCer2"/> | |
19 <output name="output" file="zscorer.output1"/> | |
20 </test> | |
21 <test> | |
22 <param name="input" value="wigmath.input2"/> | |
23 <param name="dbkey" value="sacCer2"/> | |
24 <output name="output" file="zscorer.output2"/> | |
25 </test> | |
26 <test> | |
27 <param name="input" value="wigmath.input2.bw"/> | |
28 <param name="dbkey" value="sacCer2"/> | |
29 <output name="output" file="zscorer.output2"/> | |
30 </test> | |
31 <test> | |
32 <param name="input" value="wigmath.input3"/> | |
33 <param name="dbkey" value="sacCer2"/> | |
34 <output name="output" file="zscorer.output3"/> | |
35 </test> | |
36 <test> | |
37 <param name="input" value="wigmath.input3.bw"/> | |
38 <param name="dbkey" value="sacCer2"/> | |
39 <output name="output" file="zscorer.output3"/> | |
40 </test>--> | |
41 </tests> | |
42 | |
43 <help> | |
44 .. class:: warningmark | |
45 | |
46 This tool was contributed by Timothy Palpant. | |
47 </help> | |
48 </tool> |