Mercurial > repos > galaxyp > openms_maprttransformer
comparison MapRTTransformer.xml @ 7:0fc718253aab draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Fri, 17 May 2019 04:40:38 -0400 |
parents | 5b776e2133f1 |
children | fd6de4cdb9e9 |
comparison
equal
deleted
inserted
replaced
6:93ec2c6bd126 | 7:0fc718253aab |
---|---|
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 </macros> | 9 </macros> |
10 <expand macro="references"/> | 10 <expand macro="references"/> |
11 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
12 <expand macro="requirements"/> | 12 <expand macro="requirements"/> |
13 <command>MapRTTransformer | 13 <command detect_errors="aggressive"><![CDATA[MapRTTransformer |
14 | 14 |
15 #if $param_in: | 15 #if $param_in: |
16 -in $param_in | 16 -in $param_in |
17 #end if | 17 #end if |
18 #if $param_out: | 18 #if $param_out: |
102 #if $adv_opts.adv_opts_selector=='advanced': | 102 #if $adv_opts.adv_opts_selector=='advanced': |
103 #if $adv_opts.param_force: | 103 #if $adv_opts.param_force: |
104 -force | 104 -force |
105 #end if | 105 #end if |
106 #end if | 106 #end if |
107 </command> | 107 ]]></command> |
108 <inputs> | 108 <inputs> |
109 <param name="param_in" type="data" format="mzml,featurexml,consensusxml,idxml" optional="True" label="Input file to transform (separated by blanks)" help="(-in) "/> | 109 <param name="param_in" type="data" format="mzml,featurexml,consensusxml,idxml" optional="True" label="Input file to transform (separated by blanks)" help="(-in) "/> |
110 <param name="param_trafo_in" type="data" format="trafoxml" optional="False" label="Transformation to apply" help="(-trafo_in) "/> | 110 <param name="param_trafo_in" type="data" format="trafoxml" optional="False" label="Transformation to apply" help="(-trafo_in) "/> |
111 <param name="param_invert" display="radio" type="boolean" truevalue="-invert" falsevalue="" checked="false" optional="True" label="Invert transformation (approximatively) before applying it" help="(-invert) "/> | 111 <param name="param_invert" display="radio" type="boolean" truevalue="-invert" falsevalue="" checked="false" optional="True" label="Invert transformation (approximatively) before applying it" help="(-invert) "/> |
112 <param name="param_store_original_rt" display="radio" type="boolean" truevalue="-store_original_rt" falsevalue="" checked="false" optional="True" label="Store the original retention times (before transformation) as meta data in the output file" help="(-store_original_rt) "/> | 112 <param name="param_store_original_rt" display="radio" type="boolean" truevalue="-store_original_rt" falsevalue="" checked="false" optional="True" label="Store the original retention times (before transformation) as meta data in the output file" help="(-store_original_rt) "/> |
159 <data name="param_trafo_out" format="trafoxml"/> | 159 <data name="param_trafo_out" format="trafoxml"/> |
160 </outputs> | 160 </outputs> |
161 <help>Applies retention time transformations to maps. | 161 <help>Applies retention time transformations to maps. |
162 | 162 |
163 | 163 |
164 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_MapRTTransformer.html</help> | 164 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_MapRTTransformer.html</help> |
165 </tool> | 165 </tool> |