comparison SpecLibCreator.xml @ 4:6ead64a594bd draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
author bgruening
date Wed, 27 Jan 2016 10:06:49 -0500
parents 3d84209d3178
children
comparison
equal deleted inserted replaced
3:ec62782f6c68 4:6ead64a594bd
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="SpecLibCreator" name="SpecLibCreator" version="1.12.0"> 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 <description>Creates an MSP formatted spectral library.</description> 3 <!--Proposed Tool Section: [Utilities]-->
4 <macros> 4 <tool id="SpecLibCreator" name="SpecLibCreator" version="2.0.0">
5 <token name="@EXECUTABLE@">SpecLibCreator</token> 5 <description>Creates an MSP formatted spectral library.</description>
6 <import>macros.xml</import> 6 <macros>
7 </macros> 7 <token name="@EXECUTABLE@">SpecLibCreator</token>
8 <expand macro="stdio"/> 8 <import>macros.xml</import>
9 <expand macro="requirements"/> 9 </macros>
10 <command>SpecLibCreator 10 <expand macro="references"/>
11 <expand macro="stdio"/>
12 <expand macro="requirements"/>
13 <command>SpecLibCreator
11 14
12 -info ${param_info} 15 #if $param_info:
13 -itemseperator ${param_itemseperator} 16 -info $param_info
14 ${param_itemenclosed} 17 #end if
15 -spec ${param_spec} 18 #if $param_itemseperator:
16 -out ${param_out} 19 -itemseperator &quot;$param_itemseperator&quot;
17 -threads \${GALAXY_SLOTS:-24} 20 #end if
21 #if $param_itemenclosed:
22 -itemenclosed
23 #end if
24 #if $param_spec:
25 -spec $param_spec
26 #end if
27 #if $param_out:
28 -out $param_out
29 #end if
30 -threads \${GALAXY_SLOTS:-24}
31 #if $adv_opts.adv_opts_selector=='advanced':
32 #if $adv_opts.param_force:
33 -force
34 #end if
35 #end if
18 </command> 36 </command>
19 <inputs> 37 <inputs>
20 <param name="param_info" type="data" format="tabular" optional="False" label="Holds id, peptide, retention time etc." help="(-info)"/> 38 <param format="tabular" help="(-info) " label="Holds id, peptide, retention time etc" name="param_info" optional="False" type="data"/>
21 <param name="param_itemseperator" type="text" size="20" value="," label=" Seperator between items. e.g. ," help="(-itemseperator)"/> 39 <param help="(-itemseperator) " label=" Seperator between items. e.g. ," name="param_itemseperator" size="30" type="text" value=",">
22 <param name="param_itemenclosed" type="boolean" truevalue="-itemenclosed true" falsevalue="-itemenclosed false" checked="false" optional="True" label="'true' or 'false' if true every item is enclosed e.g. '$peptide$,$run$..." help="(-itemenclosed)"/> 40 <sanitizer>
23 <param name="param_spec" type="data" format="mzXML" optional="False" label="spectra" help="(-spec)"/> 41 <valid initial="string.printable">
24 </inputs> 42 <remove value="'"/>
25 <outputs> 43 <remove value="&quot;"/>
26 <data name="param_out" label="output MSP formated spectra library" format="data"/> 44 </valid>
27 </outputs> 45 </sanitizer>
28 <help>**What it does** 46 </param>
29 47 <param checked="false" falsevalue="" help="(-itemenclosed) e.g. '$peptide$,$run$" label="'true' or 'false' if true every item is enclosed" name="param_itemenclosed" optional="True" truevalue="-itemenclosed" type="boolean"/>
30 Creates an MSP formatted spectral library. 48 <param format="xml,mzxml" help="(-spec) " label="spectra" name="param_spec" optional="False" type="data"/>
49 <expand macro="advanced_options">
50 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/>
51 </expand>
52 </inputs>
53 <outputs>
54 <data format="txt" name="param_out"/>
55 </outputs>
56 <help>Creates an MSP formatted spectral library.
31 57
32 58
33 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_SpecLibCreator.html 59 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_SpecLibCreator.html</help>
34 60 </tool>
35 @REFERENCES@
36 </help>
37 </tool>