diff NoiseFilterGaussian.xml @ 7:f3524fcfb491 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 07:54:12 -0400
parents 2f4e9645006b
children 4b6ea1de6dc4
line wrap: on
line diff
--- a/NoiseFilterGaussian.xml	Tue Mar 20 14:29:13 2018 -0400
+++ b/NoiseFilterGaussian.xml	Wed May 15 07:54:12 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>