<?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>PTPredict</name>
    
    <shortDescription>
        predicts the likelihood of peptides to be proteotypic via svm_model which is trained by PTModel
    </shortDescription>
    
    <fullDescription>
        <intro><p>predicts the likelihood of peptides to be proteotypic via svm_model which is trained by PTModel</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_PTPredict.html">Web Documentation for PTPredict</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="max_number_of_peptides">the maximum number of peptides considered at once (bigger number will lead to faster results but needs more memory).
</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 [idXML]">input file  [idXML]</inPort>
		<inPort index="1" name="svm_model [txt]">svm model in libsvm format (can be produced by PTModel) [txt]</inPort>
		<outPort index="0" name="out [idXML]">output file#br# [idXML]</outPort>
 </ports>
    <views>
        <view index="0" name="PTPredict Std Output">The text sent to standard out during the execution of PTPredict.</view>
        <view index="1" name="PTPredict Error Output">The text sent to standard error during the execution of PTPredict. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
