comparison SpecLibCreator.xml @ 7:1ea89972c6c7 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:52:18 -0400
parents 0711e6018eb8
children 70105532a580
comparison
equal deleted inserted replaced
6:6182eba29c38 7:1ea89972c6c7
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>SpecLibCreator 13 <command detect_errors="aggressive"><![CDATA[SpecLibCreator
14 14
15 #if $param_info: 15 #if $param_info:
16 -info $param_info 16 -info $param_info
17 #end if 17 #end if
18 #if $param_itemseperator: 18 #if $param_itemseperator:
30 #if $adv_opts.adv_opts_selector=='advanced': 30 #if $adv_opts.adv_opts_selector=='advanced':
31 #if $adv_opts.param_force: 31 #if $adv_opts.param_force:
32 -force 32 -force
33 #end if 33 #end if
34 #end if 34 #end if
35 </command> 35 ]]></command>
36 <inputs> 36 <inputs>
37 <param name="param_info" type="data" format="tabular" optional="False" label="Holds id, peptide, retention time etc" help="(-info) "/> 37 <param name="param_info" type="data" format="tabular" optional="False" label="Holds id, peptide, retention time etc" help="(-info) "/>
38 <param name="param_itemseperator" type="text" size="30" value="," label=" Separator between items. e.g. ," help="(-itemseperator) "> 38 <param name="param_itemseperator" type="text" size="30" value="," label=" Separator between items. e.g. ," help="(-itemseperator) ">
39 <sanitizer> 39 <sanitizer>
40 <valid initial="string.printable"> 40 <valid initial="string.printable">
53 <data name="param_out" format="msp"/> 53 <data name="param_out" format="msp"/>
54 </outputs> 54 </outputs>
55 <help>Creates an MSP formatted spectral library. 55 <help>Creates an MSP formatted spectral library.
56 56
57 57
58 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_SpecLibCreator.html</help> 58 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_SpecLibCreator.html</help>
59 </tool> 59 </tool>