<?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>IDFileConverter</name>
    
    <shortDescription>
        Converts identification engine file formats.
    </shortDescription>
    
    <fullDescription>
        <intro><p>Converts identification engine file formats.</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDFileConverter.html">Web Documentation for IDFileConverter</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="out_type">Output file type (default: determined from file extension)</option>
		<option name="mz_name">[pepXML only] Experiment filename/path (extension will be removed) to match in the pepXML file ('base_name' attribute). Only necessary if different from 'mz_file'.</option>
		<option name="peptideprophet_analyzed">[pepXML output only] Write output in the format of a PeptideProphet analysis result. By default a 'raw' pepXML is produced that contains only search engine results.</option>
		<option name="score_type">[Percolator only] Which of the Percolator scores to report as 'the' score for a peptide hit</option>
		<option name="ignore_proteins_per_peptide">[Sequest only] Workaround to deal with .out files that contain e.g. &quot;+1&quot; in references column,
but do not list extra references in subsequent lines (try -debug 3 or 4)</option>
		<option name="scan_regex">[Mascot, pepXML, Percolator only] Regular expression used to extract the scan number or retention time. See documentation for details.</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 [pepXML,protXML,mascotXML,omssaXML,xml,psms,tsv,idXML,mzid]">Input file or directory containing the data to convert. This may be:#br#- a single file in a multi-purpose XML format (pepXML, protXML, idXML, mzid),#br#- a single file in a search engine-specific format (Mascot: mascotXML, OMSSA: omssaXML, X! Tandem: xml, Percolator: psms),#br#- a single text file (tab separated) with one line for all peptide sequences matching a spectrum (top N hits),#br#- for Sequest results, a directory containing .out files.#br# [pepXML,protXML,mascotXML,omssaXML,xml,psms,tsv,idXML,mzid]</inPort>
		<inPort index="1" name="mz_file [mzML,mzXML,mzData]">[pepXML, Sequest, Mascot, X! Tandem, Percolator only] Retention times will be looked up in this file [mzML,mzXML,mzData,opt.]</inPort>
		<outPort index="0" name="out [idXML,mzid,pepXML,FASTA]">Output file [idXML,mzid,pepXML,FASTA]</outPort>
 </ports>
    <views>
        <view index="0" name="IDFileConverter Std Output">The text sent to standard out during the execution of IDFileConverter.</view>
        <view index="1" name="IDFileConverter Error Output">The text sent to standard error during the execution of IDFileConverter. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
