<?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>FFEval</name>
    
    <shortDescription>
        Evaluation tool for feature detection algorithms.
    </shortDescription>
    
    <fullDescription>
        <intro><p>Evaluation tool for feature detection algorithms.</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_FFEval.html">Web Documentation for FFEval</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="rt_tol">Allowed tolerance of RT relative to average feature RT span.</option>
		<option name="rt_tol_abs">Allowed absolute tolerance of RT (overwrites 'rt_tol' if set above zero).</option>
		<option name="mz_tol">Allowed tolerance in m/z (is divided by charge).</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 [featureXML]">Feature input file, which contains the data to be tested against the truth file. [featureXML]</inPort>
		<inPort index="1" name="truth [featureXML]">Truth feature file that defines what features should be found. [featureXML]</inPort>
		<inPort index="2" name="abort_reasons [featureXML]">Feature file containing seeds with abort reasons. [featureXML,opt.]</inPort>
		<outPort index="0" name="out [featureXML,Inactive]">Feature output file. If given, an annotated input file is written. [featureXML,Inactive]</outPort>
		<outPort index="1" name="out_roc [csv,Inactive]">If given, a ROC curve file is created (ROC points based on intensity threshold) [csv,Inactive]</outPort>
 </ports>
    <views>
        <view index="0" name="FFEval Std Output">The text sent to standard out during the execution of FFEval.</view>
        <view index="1" name="FFEval Error Output">The text sent to standard error during the execution of FFEval. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
