comparison ConvertTSVToTraML.xml @ 0:526f8ef4d75b draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author galaxyp
date Wed, 01 Mar 2017 12:21:21 -0500
parents
children e390ff1eb65c
comparison
equal deleted inserted replaced
-1:000000000000 0:526f8ef4d75b
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
3 <!--Proposed Tool Section: [Targeted Experiments]-->
4 <tool id="ConvertTSVToTraML" name="ConvertTSVToTraML" version="2.1.0">
5 <description>Converts an OpenSWATH transition TSV file to a TraML file</description>
6 <macros>
7 <token name="@EXECUTABLE@">ConvertTSVToTraML</token>
8 <import>macros.xml</import>
9 </macros>
10 <expand macro="references"/>
11 <expand macro="stdio"/>
12 <expand macro="requirements"/>
13 <command>ConvertTSVToTraML
14
15 #if $param_in:
16 -in $param_in
17 #end if
18 #if $param_out:
19 -out $param_out
20 #end if
21 #if $adv_opts.adv_opts_selector=='advanced':
22 #if $adv_opts.param_force:
23 -force
24 #end if
25 #if $adv_opts.param_algorithm_retentionTimeInterpretation:
26 -algorithm:retentionTimeInterpretation $adv_opts.param_algorithm_retentionTimeInterpretation
27 #end if
28 #if $adv_opts.param_algorithm_override_group_label_check:
29 -algorithm:override_group_label_check
30 #end if
31 #end if
32 </command>
33 <inputs>
34 <param name="param_in" type="data" format="tabular" optional="False" label="Input OpenSWATH transition TSV file or SpectraST MRM file" help="(-in) &lt;br&gt; See http://www.openms.de/current_doxygen/html/UTILS_ConvertTSVToTraML.html for format"/>
35 <expand macro="advanced_options">
36 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
37 <param name="param_algorithm_retentionTimeInterpretation" display="radio" type="select" optional="False" 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) ">
38 <option value="iRT" selected="true">iRT</option>
39 <option value="seconds">seconds</option>
40 <option value="minutes">minutes</option>
41 </param>
42 <param name="param_algorithm_override_group_label_check" display="radio" type="boolean" truevalue="-algorithm:override_group_label_check" falsevalue="" 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)" help="(-override_group_label_check) Only turn this off if you know what you are doing"/>
43 </expand>
44 </inputs>
45 <outputs>
46 <data name="param_out" format="traml"/>
47 </outputs>
48 <help>Converts an OpenSWATH transition TSV file to a TraML file
49
50
51 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/doxygen/parameters/output/TOPP_ConvertTSVToTraML.html</help>
52 </tool>