Mercurial > repos > timpalpant > java_genomics_toolkit
diff galaxy-conf/MovingAverageSmooth.xml @ 9:9266d807ca85
Uploaded
author | timpalpant |
---|---|
date | Tue, 06 Mar 2012 21:55:46 -0500 |
parents | 4b32ed5d4a1b |
children | 81d5b81fb3c2 |
line wrap: on
line diff
--- a/galaxy-conf/MovingAverageSmooth.xml Tue Feb 28 15:39:16 2012 -0500 +++ b/galaxy-conf/MovingAverageSmooth.xml Tue Mar 06 21:55:46 2012 -0500 @@ -1,4 +1,4 @@ -<tool id="GaussianSmoother" name="Gaussian smooth" version="1.0.0"> +<tool id="MovingAverageSmoother" name="Moving average smooth" version="1.0.0"> <description>a (Big)Wig file</description> <command interpreter="sh">galaxyToolRunner.sh wigmath.MovingAverageSmooth -i $input -w $W -o $output</command> <inputs>