Mercurial > repos > galaxyp > openms_fuzzydiff
diff FuzzyDiff.xml @ 3:2065b42a39e2 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14
author | galaxyp |
---|---|
date | Wed, 09 Aug 2017 09:29:52 -0400 |
parents | d309f10848f8 |
children | cabf2360876a |
line wrap: on
line diff
--- a/FuzzyDiff.xml Thu Apr 27 13:22:19 2017 -0400 +++ b/FuzzyDiff.xml Wed Aug 09 09:29:52 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.1.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 @@ > $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 "absdiff" to deal with cases like "zero vs. epsilon""/> <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: <br>0 = very quiet mode (absolutely no output) <br>1 = quiet mode (no output unless differences detected) <br>2 = default (include summary at end) <br>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.