<?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>MapAlignmentEvaluation</name>
    
    <shortDescription>
        Evaluates alignment results against a ground truth.
    </shortDescription>
    
    <fullDescription>
        <intro><p>Evaluates alignment results against a ground truth.</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MapAlignmentEvaluation.html">Web Documentation for MapAlignmentEvaluation</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="type">Caap Evaluation type</option>
		<option name="rt_dev">Maximum allowed deviation of the retention time</option>
		<option name="mz_dev">Maximum allowed deviation of m/z</option>
		<option name="int_dev">Maximum allowed deviation of Intensity</option>
		<option name="use_charge">Use charge criterion when assesing if two features are identical.</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="in [consensusXML]">input file: tool [consensusXML]</inPort>
		<inPort index="1" name="gt [consensusXML]">input file: ground truth [consensusXML]</inPort>
 </ports>
    <views>
        <view index="0" name="MapAlignmentEvaluation Std Output">The text sent to standard out during the execution of MapAlignmentEvaluation.</view>
        <view index="1" name="MapAlignmentEvaluation Error Output">The text sent to standard error during the execution of MapAlignmentEvaluation. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
