comparison 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
comparison
equal deleted inserted replaced
8:eb543a0d864e 9:42b3646bc300
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
10 <expand macro="references"/> 10 <expand macro="references"/>
11 <expand macro="stdio"/> 11 <expand macro="stdio"/>
12 <expand macro="requirements"/> 12 <expand macro="requirements"/>
13 <command>FuzzyDiff 13 <command detect_errors="aggressive"><![CDATA[FuzzyDiff
14 14
15 #if $param_in1: 15 #if $param_in1:
16 -in1 $param_in1 16 -in1 $param_in1
17 #end if 17 #end if
18 #if $param_in2: 18 #if $param_in2:
59 #if $adv_opts.param_force: 59 #if $adv_opts.param_force:
60 -force 60 -force
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="txt" 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="txt" 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. "/>
98 <data name="param_stdout" format="txt" 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 https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_FuzzyDiff.html</help>
104 </tool> 104 </tool>