Mercurial > repos > galaxyp > openms_noisefiltergaussian
diff NoiseFilterGaussian.xml @ 13:5b5a3a41e621 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Wed, 15 May 2019 05:02:26 -0400 |
parents | 732cb4f64eef |
children | 58a0805e2f7f |
line wrap: on
line diff
--- a/NoiseFilterGaussian.xml Mon Feb 12 14:33:21 2018 -0500 +++ b/NoiseFilterGaussian.xml Wed May 15 05:02:26 2019 -0400 @@ -10,7 +10,7 @@ <expand macro="references"/> <expand macro="stdio"/> <expand macro="requirements"/> - <command>NoiseFilterGaussian + <command detect_errors="aggressive"><![CDATA[NoiseFilterGaussian #if $param_in: -in $param_in @@ -40,7 +40,7 @@ -force #end if #end if -</command> +]]></command> <inputs> <param name="param_in" type="data" format="mzml" optional="False" label="input raw data file" help="(-in) "/> <param name="param_algorithm_gaussian_width" type="float" value="0.2" label="Use a gaussian filter width which has approximately the same width as your mass peaks (FWHM in m/z)" help="(-gaussian_width) "/> @@ -60,5 +60,5 @@ <help>Removes noise from profile spectra by using Gaussian filter (on uniform as well as non-uniform data). -For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_NoiseFilterGaussian.html</help> +For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_NoiseFilterGaussian.html</help> </tool>