<?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>InternalCalibration</name>
    
    <shortDescription>
        Applies an internal calibration.
    </shortDescription>
    
    <fullDescription>
        <intro><p>Applies an internal calibration.</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_InternalCalibration.html">Web Documentation for InternalCalibration</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="type">The kind of internal calibration that should be applied.</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="mz_tolerance">Allowed tolerance between peak and reference m/z.</option>
		<option name="mz_tolerance_unit">Unit for mz_tolerance.</option>
		<option name="rt_tolerance">Allowed tolerance between peak and reference rt.</option>

    </fullDescription>
    
    <ports>
		<inPort index="0" name="in [mzML,featureXML]">input peak file  [mzML,featureXML]</inPort>
		<inPort index="1" name="ref_peaks [csv,idXML]">input file containing reference m/z values (either as textfile with one m/z per line and no header or as idXML file) [csv,idXML,opt.]</inPort>
		<outPort index="0" name="out [mzML,featureXML]">output file  [mzML,featureXML]</outPort>
		<outPort index="1" name="trafo [trafoXML]">output transformation file (only for global calibration) [trafoXML]</outPort>
 </ports>
    <views>
        <view index="0" name="InternalCalibration Std Output">The text sent to standard out during the execution of InternalCalibration.</view>
        <view index="1" name="InternalCalibration Error Output">The text sent to standard error during the execution of InternalCalibration. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
