comparison OpenSwathRTNormalizer.xml @ 7:d9747fc216e9 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 08:04:50 -0400
parents d55a7181895c
children f25fbb8ff7cf
comparison
equal deleted inserted replaced
6:f01f84cbd265 7:d9747fc216e9
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>OpenSwathRTNormalizer 13 <command detect_errors="aggressive"><![CDATA[OpenSwathRTNormalizer
14 14
15 -in 15 -in
16 #for token in $param_in: 16 #for token in $param_in:
17 $token 17 $token
18 #end for 18 #end for
310 #end if 310 #end if
311 #if $adv_opts.param_algorithm_Scores_use_uis_scores: 311 #if $adv_opts.param_algorithm_Scores_use_uis_scores:
312 -algorithm:Scores:use_uis_scores 312 -algorithm:Scores:use_uis_scores
313 #end if 313 #end if
314 #end if 314 #end if
315 </command> 315 ]]></command>
316 <inputs> 316 <inputs>
317 <param name="param_in" type="data" format="mzml" multiple="true" optional="False" size="30" label="Input files separated by blank" help="(-in) "> 317 <param name="param_in" type="data" format="mzml" multiple="true" optional="False" size="30" label="Input files separated by blank" help="(-in) ">
318 <sanitizer> 318 <sanitizer>
319 <valid initial="string.printable"> 319 <valid initial="string.printable">
320 <remove value="'"/> 320 <remove value="'"/>
450 <data name="param_out" format="trafoxml"/> 450 <data name="param_out" format="trafoxml"/>
451 </outputs> 451 </outputs>
452 <help>This tool will take a description of RT peptides and their normalized retention time to write out a transformation file on how to transform the RT space into the normalized space. 452 <help>This tool will take a description of RT peptides and their normalized retention time to write out a transformation file on how to transform the RT space into the normalized space.
453 453
454 454
455 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_OpenSwathRTNormalizer.html</help> 455 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_OpenSwathRTNormalizer.html</help>
456 </tool> 456 </tool>