annotate TargetedFileConverter.xml @ 2:1f1ca90f5f48 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 8d70dbb6c61659d5ced433b168a2a4e32c9af677
author galaxyp
date Fri, 18 Aug 2017 15:03:50 -0400
parents 8d7da01e088a
children caf8fee30220
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
1 <?xml version='1.0' encoding='UTF-8'?>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
3 <!--Proposed Tool Section: [Targeted Experiments]-->
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
4 <tool id="TargetedFileConverter" name="TargetedFileConverter" version="2.2.0">
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
5 <description>Converts different transition files for targeted proteomics / metabolomics analysis.</description>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
6 <macros>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
7 <token name="@EXECUTABLE@">TargetedFileConverter</token>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
8 <import>macros.xml</import>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
9 </macros>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
10 <expand macro="references"/>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
11 <expand macro="stdio"/>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
12 <expand macro="requirements"/>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
13 <command>TargetedFileConverter
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
14
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
15 #if $param_in:
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
16 -in $param_in
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
17 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
18 #if $param_out:
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
19 -out $param_out
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
20 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
21 #if $param_out_type:
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
22 -out_type
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
23 #if " " in str($param_out_type):
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
24 "$param_out_type"
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
25 #else
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
26 $param_out_type
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
27 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
28 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
29 #if $adv_opts.adv_opts_selector=='advanced':
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
30 #if $adv_opts.param_legacy_traml_id:
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
31 -legacy_traml_id
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
32 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
33 #if $adv_opts.param_force:
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
34 -force
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
35 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
36 #if $adv_opts.param_algorithm_retentionTimeInterpretation:
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
37 -algorithm:retentionTimeInterpretation
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
38 #if " " in str($adv_opts.param_algorithm_retentionTimeInterpretation):
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
39 "$adv_opts.param_algorithm_retentionTimeInterpretation"
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
40 #else
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
41 $adv_opts.param_algorithm_retentionTimeInterpretation
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
42 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
43 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
44 #if $adv_opts.param_algorithm_override_group_label_check:
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
45 -algorithm:override_group_label_check
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
46 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
47 #if $adv_opts.param_algorithm_force_invalid_mods:
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
48 -algorithm:force_invalid_mods
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
49 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
50 #end if
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
51 </command>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
52 <inputs>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
53 <param name="param_in" type="data" format="tabular,mrm,pqp,traml" optional="False" label="Input file to convert" help="(-in) &lt;br&gt; See http://www.openms.de/current_doxygen/html/UTILS_TargetedFileConverter.html for format of OpenSWATH transition TSV file or SpectraST MRM file"/>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
54 <param name="param_out_type" display="radio" type="select" optional="True" label="Output file type -- default: determined from file extension or content &lt;br&gt;Note: that not all conversion paths work or make sense" help="(-out_type) ">
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
55 <option value="tsv">tsv</option>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
56 <option value="pqp">pqp</option>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
57 <option value="TraML">TraML</option>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
58 </param>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
59 <expand macro="advanced_options">
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
60 <param name="param_legacy_traml_id" display="radio" type="boolean" truevalue="-legacy_traml_id" falsevalue="" checked="false" optional="True" label="PQP to TraML: Should legacy TraML IDs be used?" help="(-legacy_traml_id) "/>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
61 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
62 <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) ">
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
63 <option value="iRT" selected="true">iRT</option>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
64 <option value="seconds">seconds</option>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
65 <option value="minutes">minutes</option>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
66 </param>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
67 <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"/>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
68 <param name="param_algorithm_force_invalid_mods" display="radio" type="boolean" truevalue="-algorithm:force_invalid_mods" falsevalue="" checked="false" optional="True" label="Force reading even if invalid modifications are encountered (OpenMS may not recognize the modification)" help="(-force_invalid_mods) "/>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
69 </expand>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
70 </inputs>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
71 <outputs>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
72 <data name="param_out" metadata_source="param_in" format="input"/>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
73 </outputs>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
74 <help>Converts different transition files for targeted proteomics / metabolomics analysis.
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
75
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
76
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
77 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_TargetedFileConverter.html</help>
8d7da01e088a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
galaxyp
parents:
diff changeset
78 </tool>