<?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>IDDecoyProbability</name>
    
    <shortDescription>
        Estimates peptide probabilities using a decoy search strategy.
WARNING: This util is deprecated.
    </shortDescription>
    
    <fullDescription>
        <intro><p>Estimates peptide probabilities using a decoy search strategy.</p><p>WARNING: This util is deprecated.</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_IDDecoyProbability.html">Web Documentation for IDDecoyProbability</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</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>
		<option name="number_of_bins">Number of bins used for the fitting, if sparse datasets are used, this number should be smaller</option>
		<option name="lower_score_better_default_value_if_zero">This value is used if e.g. a E-value score is 0 and cannot be transformed in a real number (log of E-value)</option>

    </fullDescription>
    
    <ports>
		<inPort index="0" name="in [idXML]">Identification input of combined forward decoy search (reindex with PeptideIndexer first) [idXML,opt.]</inPort>
		<inPort index="1" name="fwd_in [idXML]">Identification input of forward run [idXML,opt.]</inPort>
		<inPort index="2" name="rev_in [idXML]">Identification input of decoy run [idXML,opt.]</inPort>
		<outPort index="0" name="out [idXML]">Identification output with forward scores converted to probabilities [idXML]</outPort>
 </ports>
    <views>
        <view index="0" name="IDDecoyProbability Std Output">The text sent to standard out during the execution of IDDecoyProbability.</view>
        <view index="1" name="IDDecoyProbability Error Output">The text sent to standard error during the execution of IDDecoyProbability. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
