Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/MovingAverageSmooth.xml @ 9:9266d807ca85
Uploaded
author | timpalpant |
---|---|
date | Tue, 06 Mar 2012 21:55:46 -0500 |
parents | 4b32ed5d4a1b |
children | 81d5b81fb3c2 |
comparison
equal
deleted
inserted
replaced
8:5a3f8b0b80f9 | 9:9266d807ca85 |
---|---|
1 <tool id="GaussianSmoother" name="Gaussian smooth" version="1.0.0"> | 1 <tool id="MovingAverageSmoother" name="Moving average smooth" version="1.0.0"> |
2 <description>a (Big)Wig file</description> | 2 <description>a (Big)Wig file</description> |
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.MovingAverageSmooth -i $input -w $W -o $output</command> | 3 <command interpreter="sh">galaxyToolRunner.sh wigmath.MovingAverageSmooth -i $input -w $W -o $output</command> |
4 <inputs> | 4 <inputs> |
5 <param name="input" type="data" format="bigwig,wig" label="Smooth the data in" /> | 5 <param name="input" type="data" format="bigwig,wig" label="Smooth the data in" /> |
6 <param name="W" type="integer" value="20" optional="true" label="Width of the moving average in base pairs" /> | 6 <param name="W" type="integer" value="20" optional="true" label="Width of the moving average in base pairs" /> |