view ConvertTSVToTraML.xml @ 1:17e8c91b70d5 draft

Uploaded
author bgruening
date Fri, 10 Oct 2014 18:23:01 -0400
parents 3d84209d3178
children 6ead64a594bd
line wrap: on
line source

<?xml version='1.0' encoding='UTF-8'?>
<tool id="ConvertTSVToTraML" name="ConvertTSVToTraML" version="1.12.0">
  <description>Converts an OpenSWATH transition TSV file to a TraML file</description>
  <macros>
    <token name="@EXECUTABLE@">ConvertTSVToTraML</token>
    <import>macros.xml</import>
  </macros>
  <expand macro="stdio"/>
  <expand macro="requirements"/>
  <command>ConvertTSVToTraML

-in ${param_in}
-in_type ${param_in_type}
-out ${param_out}
-threads \${GALAXY_SLOTS:-24} 
#if $adv_opts.adv_opts_selector=='advanced':
    -algorithm:retentionTimeInterpretation ${adv_opts.param_retentionTimeInterpretation}
    ${adv_opts.param_override_group_label_check}
#end if
</command>
  <inputs>
    <param name="param_in" type="data" format="tabular" optional="False" label="Input OpenSWATH transition TSV file or SpectraST MRM file.#br# See http://www.openms.de/current_doxygen/html/UTILS_ConvertTSVToTraML.html for format." help="(-in)"/>
    <param name="param_in_type" type="select" optional="True" label="input file type -- default: determined from file extension or content#br#" help="(-in_type)">
      <option value="tsv">tsv</option>
      <option value="csv">csv</option>
      <option value="mrm">mrm</option>
    </param>
    <expand macro="advanced_options">
      <param name="param_retentionTimeInterpretation" type="select" optional="True" value="iRT" label="How to interpret the provided retention time (the retention time column can either be interpreted to be in iRT, minutes or seconds)" help="(-retentionTimeInterpretation)">
        <option value="iRT">iRT</option>
        <option value="seconds">seconds</option>
        <option value="minutes">minutes</option>
      </param>
      <param name="param_override_group_label_check" type="boolean" truevalue="-algorithm:override_group_label_check true" falsevalue="-algorithm:override_group_label_check false" checked="false" optional="True" label="Override an internal check that assures that all members of the same PeptideGroupLabel have the same PeptideSequence (this ensures that only different isotopic forms of the same peptide can be grouped together in the same label group). Only turn this off if you know what you are doing." help="(-override_group_label_check)"/>
    </expand>
  </inputs>
  <outputs>
    <data name="param_out" label="Output TraML file" format="data"/>
  </outputs>
  <help>**What it does**

Converts an OpenSWATH transition TSV file to a TraML file


For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_ConvertTSVToTraML.html

@REFERENCES@
</help>
</tool>