annotate galaxy-conf/MovingAverageSmooth.xml @ 12:81d5b81fb3c2 draft

Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
author timpalpant
date Wed, 25 Apr 2012 16:53:48 -0400
parents 9266d807ca85
children 3e477c7e0e73
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
9266d807ca85 Uploaded
timpalpant
parents: 4
diff changeset
1 <tool id="MovingAverageSmoother" name="Moving average smooth" version="1.0.0">
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>a (Big)Wig file</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.MovingAverageSmooth -i $input -w $W -o $output</command>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
5 <param name="input" type="data" format="bigwig,wig" label="Smooth the data in" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 <param name="W" type="integer" value="20" optional="true" label="Width of the moving average in base pairs" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
7 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
8 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 <data format="wig" name="output" metadata_source="input" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
10 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11 <tests>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12 <!--<test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
13 <param name="input" value="test.wig"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
14 <param name="dbkey" value="sacCer2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
15 <param name="S" value="20"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 <param name="W" value="3"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 <output name="output" file="smoother.output1"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
18 </test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
19 <test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
20 <param name="input" value="test.bw"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
21 <param name="dbkey" value="sacCer2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
22 <param name="S" value="20"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
23 <param name="W" value="3"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
24 <output name="output" file="smoother.output1"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
25 </test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
26 <test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
27 <param name="input" value="test.wig"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
28 <param name="dbkey" value="sacCer2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
29 <param name="S" value="10"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
30 <param name="W" value="2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
31 <output name="output" file="smoother.output2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
32 </test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
33 <test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
34 <param name="input" value="test.bw"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
35 <param name="dbkey" value="sacCer2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
36 <param name="S" value="10"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
37 <param name="W" value="2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
38 <output name="output" file="smoother.output2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
39 </test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
40 <test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
41 <param name="input" value="test.wig"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
42 <param name="dbkey" value="sacCer2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
43 <param name="S" value="50"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
44 <param name="W" value="1"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
45 <output name="output" file="smoother.output3"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
46 </test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
47 <test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
48 <param name="input" value="test.bw"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
49 <param name="dbkey" value="sacCer2"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
50 <param name="S" value="5"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
51 <param name="W" value="1"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
52 <output name="output" file="smoother.output3"/>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
53 </test>-->
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
54 </tests>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
55
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
56 <help>
12
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
57
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
58 This tool smooths genomic data with a mean_ filter of the specified width.
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
59
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
60 .. _mean: http://en.wikipedia.org/wiki/Moving_average
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
61
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
62 .. class:: warningmark
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
63
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
64 Note that for the moving average to be perfectly symmetric, the window should be an odd number of base pairs.
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
65
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
66 .. class:: infomark
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
67
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
68 **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.
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 9
diff changeset
69
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
70 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
71 </tool>