diff FuzzyDiff.xml @ 13:1c127bfb352d 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:12:58 -0400
parents 0ebf10df4298
children a65191afea18
line wrap: on
line diff
--- a/FuzzyDiff.xml	Mon Feb 12 08:37:34 2018 -0500
+++ b/FuzzyDiff.xml	Wed May 15 05:12:58 2019 -0400
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
+<!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
 <!--Proposed Tool Section: [Utilities]-->
-<tool id="FuzzyDiff" name="FuzzyDiff" version="2.2.0.1">
+<tool id="FuzzyDiff" name="FuzzyDiff" version="2.3.0">
   <description>Compares two files, tolerating numeric differences.</description>
   <macros>
     <token name="@EXECUTABLE@">FuzzyDiff</token>
@@ -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) "/>
@@ -81,7 +81,7 @@
           </sanitizer>
         </param>
       </repeat>
-      <repeat name="rep_param_matched_whitelist" min="0" max="1" title="param_matched_whitelist">
+      <repeat name="rep_param_matched_whitelist" min="0" title="param_matched_whitelist">
         <param name="param_matched_whitelist" type="text" size="30" label="Lines where one file contains one string and the other file another string are skipped. Input is given as list of colon separated tuples," help="(-matched_whitelist) e.g. String1:String2 String3:String4">
           <sanitizer>
             <valid initial="string.printable">
@@ -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>