<?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>FileInfo</name>
    
    <shortDescription>
        Shows basic information about the file, such as data ranges and file type.
    </shortDescription>
    
    <fullDescription>
        <intro><p>Shows basic information about the file, such as data ranges and file type.</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FileInfo.html">Web Documentation for FileInfo</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="in_type">input file type -- default: determined from file extension or content</option>
		<option name="m">Show meta information about the whole experiment</option>
		<option name="p">Shows data processing information</option>
		<option name="s">Computes a five-number statistics of intensities, qualities, and widths</option>
		<option name="d">Show detailed listing of all spectra and chromatograms (peak files only)</option>
		<option name="c">Check for corrupt data in the file (peak files only)</option>
		<option name="v">Validate the file only (for mzML, mzData, mzXML, featureXML, idXML, consensusXML, pepXML)</option>
		<option name="i">Check whether a given mzML file contains valid indices (conforming to the indexedmzML standard)</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 [mzData,mzXML,mzML,dta,dta2d,mgf,featureXML,consensusXML,idXML,pepXML,fid,mzid]">input file  [mzData,mzXML,mzML,dta,dta2d,mgf,featureXML,consensusXML,idXML,pepXML,fid,mzid]</inPort>
		<outPort index="0" name="out [txt,Inactive]">Optional output file. If left out, the output is written to the command line. [txt,Inactive]</outPort>
		<outPort index="1" name="out_tsv [csv,Inactive]">Second optional output file. Tab separated flat text file. [csv,Inactive]</outPort>
 </ports>
    <views>
        <view index="0" name="FileInfo Std Output">The text sent to standard out during the execution of FileInfo.</view>
        <view index="1" name="FileInfo Error Output">The text sent to standard error during the execution of FileInfo. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
