comparison 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
comparison
equal deleted inserted replaced
2:a09c7f747b9c 3:2065b42a39e2
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
3 <!--Proposed Tool Section: [Utilities]--> 3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="FuzzyDiff" name="FuzzyDiff" version="2.1.0"> 4 <tool id="FuzzyDiff" name="FuzzyDiff" version="2.2.0.1">
5 <description>Compares two files, tolerating numeric differences.</description> 5 <description>Compares two files, tolerating numeric differences.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">FuzzyDiff</token> 7 <token name="@EXECUTABLE@">FuzzyDiff</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
61 #end if 61 #end if
62 #end if 62 #end if
63 &gt; $param_stdout 63 &gt; $param_stdout
64 </command> 64 </command>
65 <inputs> 65 <inputs>
66 <param name="param_in1" type="data" format="text" label="first input file" help="(-in1) "/> 66 <param name="param_in1" type="data" format="txt" label="first input file" help="(-in1) "/>
67 <param name="param_in2" type="data" format="text" label="second input file" help="(-in2) "/> 67 <param name="param_in2" type="data" format="txt" label="second input file" help="(-in2) "/>
68 <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;"/> 68 <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;"/>
69 <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. "/> 69 <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. "/>
70 <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) "/> 70 <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) "/>
71 <param name="param_tab_width" type="integer" min="1" optional="True" value="8" label="tabulator width, used for calculation of column numbers" help="(-tab_width) "/> 71 <param name="param_tab_width" type="integer" min="1" optional="True" value="8" label="tabulator width, used for calculation of column numbers" help="(-tab_width) "/>
72 <param name="param_first_column" type="integer" min="0" optional="True" value="1" label="number of first column, used for calculation of column numbers" help="(-first_column) "/> 72 <param name="param_first_column" type="integer" min="0" optional="True" value="1" label="number of first column, used for calculation of column numbers" help="(-first_column) "/>
93 </repeat> 93 </repeat>
94 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> 94 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
95 </expand> 95 </expand>
96 </inputs> 96 </inputs>
97 <outputs> 97 <outputs>
98 <data name="param_stdout" format="text" label="Output from stdout"/> 98 <data name="param_stdout" format="txt" label="Output from stdout"/>
99 </outputs> 99 </outputs>
100 <help>Compares two files, tolerating numeric differences. 100 <help>Compares two files, tolerating numeric differences.
101 101
102 102
103 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_FuzzyDiff.html</help> 103 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_FuzzyDiff.html</help>