<?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>MzMLSplitter</name>
    
    <shortDescription>
        Splits an mzML file into multiple parts
    </shortDescription>
    
    <fullDescription>
        <intro><p>Splits an mzML file into multiple parts</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MzMLSplitter.html">Web Documentation for MzMLSplitter</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="out">Prefix for output files ('_part1of2.mzML' etc. will be appended; default: same as 'in' without the file extension)</option>
		<option name="parts">Number of parts to split into (takes precedence over 'size' if set)</option>
		<option name="size">Approximate upper limit for resulting file sizes (in 'unit')</option>
		<option name="unit">Unit for 'size' (base 1024)</option>
		<option name="no_chrom">Remove chromatograms, keep only spectra.</option>
		<option name="no_spec">Remove spectra, keep only chromatograms.</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 [mzML]">Input file [mzML]</inPort>
 </ports>
    <views>
        <view index="0" name="MzMLSplitter Std Output">The text sent to standard out during the execution of MzMLSplitter.</view>
        <view index="1" name="MzMLSplitter Error Output">The text sent to standard error during the execution of MzMLSplitter. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
