diff FuzzyDiff.xml @ 9:42b3646bc300 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 08:02:13 -0400
parents cabf2360876a
children 36c84cb92e46
line wrap: on
line diff
--- a/FuzzyDiff.xml	Tue Mar 20 14:37:31 2018 -0400
+++ b/FuzzyDiff.xml	Wed May 15 08:02:13 2019 -0400
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>FuzzyDiff
+  <command detect_errors="aggressive"><![CDATA[FuzzyDiff
 
 #if $param_in1:
   -in1 $param_in1
@@ -61,7 +61,7 @@
 #end if
 #end if
 &gt; $param_stdout
-</command>
+]]></command>
   <inputs>
     <param name="param_in1" type="data" format="txt" label="first input file" help="(-in1) "/>
     <param name="param_in2" type="data" format="txt" label="second input file" help="(-in2) "/>
@@ -100,5 +100,5 @@
   <help>Compares two files, tolerating numeric differences.
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_FuzzyDiff.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_FuzzyDiff.html</help>
 </tool>