<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE knimeNode PUBLIC "-//UNIKN//DTD KNIME Node 2.0//EN" "http://www.knime.org/Node.dtd">
<knimeNode icon="generic_node.png" type="Manipulator">
    <name>FuzzyDiff</name>
    
    <shortDescription>
        Compares two files, tolerating numeric differences.
    </shortDescription>
    
    <fullDescription>
        <intro><p>Compares two files, tolerating numeric differences.</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_FuzzyDiff.html">Web Documentation for FuzzyDiff</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="ratio">acceptable relative error. Only one of 'ratio' or 'absdiff' has to be satisfied.  Use &quot;absdiff&quot; to deal with cases like &quot;zero vs. epsilon&quot;.</option>
		<option name="absdiff">acceptable absolute difference. Only one of 'ratio' or 'absdiff' has to be satisfied. </option>
		<option name="whitelist">Lines containing one of these strings are skipped</option>
		<option name="matched_whitelist">Lines where one file contains one string and the other file another string are skipped. Input is given as list of colon separated tuples, e.g. String1:String2 String3:String4</option>
		<option name="verbose">set verbose level:
0 = very quiet mode (absolutely no output)
1 = quiet mode (no output unless differences detected)
2 = default (include summary at end)
3 = continue after errors
</option>
		<option name="tab_width">tabulator width, used for calculation of column numbers</option>
		<option name="first_column">number of first column, used for calculation of column numbers</option>
		<option name="log">Name of log file (created only when specified)</option>
		<option name="debug">Sets the debug level</option>
		<option name="threads">Sets the number of threads allowed to be used by the TOPP tool</option>
		<option name="no_progress">Disables progress logging to command line</option>
		<option name="force">Overwrite tool specific checks.</option>
		<option name="test">Enables the test mode (needed for internal use only)</option>

    </fullDescription>
    
    <ports>
		<inPort index="0" name="in1 []">first input file []</inPort>
		<inPort index="1" name="in2 []">second input file []</inPort>
 </ports>
    <views>
        <view index="0" name="FuzzyDiff Std Output">The text sent to standard out during the execution of FuzzyDiff.</view>
        <view index="1" name="FuzzyDiff Error Output">The text sent to standard error during the execution of FuzzyDiff. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
