Mercurial > repos > timpalpant > java_genomics_toolkit
comparison 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 |
comparison
equal
deleted
inserted
replaced
11:b1952a90d4bf | 12:81d5b81fb3c2 |
---|---|
52 <output name="output" file="smoother.output3"/> | 52 <output name="output" file="smoother.output3"/> |
53 </test>--> | 53 </test>--> |
54 </tests> | 54 </tests> |
55 | 55 |
56 <help> | 56 <help> |
57 | |
58 This tool smooths genomic data with a mean_ filter of the specified width. | |
59 | |
60 .. _mean: http://en.wikipedia.org/wiki/Moving_average | |
61 | |
62 .. class:: warningmark | |
63 | |
64 Note that for the moving average to be perfectly symmetric, the window should be an odd number of base pairs. | |
65 | |
66 .. class:: infomark | |
67 | |
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. | |
69 | |
57 </help> | 70 </help> |
58 </tool> | 71 </tool> |