changeset 6:0ebf10df4298 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 8fcd33df23901e111d6c18f450bd09cd8cb3819e
author galaxyp
date Tue, 08 Aug 2017 13:10:15 -0400
parents 5497d9b70267
children 03a7a1f050e3
files FuzzyDiff.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/FuzzyDiff.xml	Mon Aug 07 14:34:16 2017 -0400
+++ b/FuzzyDiff.xml	Tue Aug 08 13:10:15 2017 -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.-->
 <!--Proposed Tool Section: [Utilities]-->
-<tool id="FuzzyDiff" name="FuzzyDiff" version="2.2.0">
+<tool id="FuzzyDiff" name="FuzzyDiff" version="2.2.0.1">
   <description>Compares two files, tolerating numeric differences.</description>
   <macros>
     <token name="@EXECUTABLE@">FuzzyDiff</token>
@@ -63,8 +63,8 @@
 &gt; $param_stdout
 </command>
   <inputs>
-    <param name="param_in1" type="data" format="text" label="first input file" help="(-in1) "/>
-    <param name="param_in2" type="data" format="text" label="second input file" help="(-in2) "/>
+    <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) "/>
     <param name="param_ratio" type="float" min="1.0" optional="True" value="1.0" label="acceptable relative erro" help="(-ratio) Only one of 'ratio' or 'absdiff' has to be satisfied.  Use &quot;absdiff&quot; to deal with cases like &quot;zero vs. epsilon&quot;"/>
     <param name="param_absdiff" type="float" min="0.0" optional="True" value="0.0" label="acceptable absolute difference" help="(-absdiff) Only one of 'ratio' or 'absdiff' has to be satisfied. "/>
     <param name="param_verbose" type="integer" min="0" max="3" optional="True" value="2" label="set verbose level: &lt;br&gt;0 = very quiet mode (absolutely no output) &lt;br&gt;1 = quiet mode (no output unless differences detected) &lt;br&gt;2 = default (include summary at end) &lt;br&gt;3 = continue after errors" help="(-verbose) "/>
@@ -95,7 +95,7 @@
     </expand>
   </inputs>
   <outputs>
-    <data name="param_stdout" format="text" label="Output from stdout"/>
+    <data name="param_stdout" format="txt" label="Output from stdout"/>
   </outputs>
   <help>Compares two files, tolerating numeric differences.