|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="SpecLibCreator" name="SpecLibCreator" version="1.12.0">
|
|
|
3 <description>Creates an MSP formatted spectral library.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">SpecLibCreator</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>SpecLibCreator
|
|
|
11
|
|
|
12 -info ${param_info}
|
|
|
13 -itemseperator ${param_itemseperator}
|
|
|
14 ${param_itemenclosed}
|
|
|
15 -spec ${param_spec}
|
|
|
16 -out ${param_out}
|
|
|
17 -threads \${GALAXY_SLOTS:-24}
|
|
|
18 </command>
|
|
|
19 <inputs>
|
|
|
20 <param name="param_info" type="data" format="tabular" optional="False" label="Holds id, peptide, retention time etc." help="(-info)"/>
|
|
|
21 <param name="param_itemseperator" type="text" size="20" value="," label=" Seperator between items. e.g. ," help="(-itemseperator)"/>
|
|
|
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)"/>
|
|
|
23 <param name="param_spec" type="data" format="mzXML" optional="False" label="spectra" help="(-spec)"/>
|
|
|
24 </inputs>
|
|
|
25 <outputs>
|
|
|
26 <data name="param_out" label="output MSP formated spectra library" format="data"/>
|
|
|
27 </outputs>
|
|
|
28 <help>**What it does**
|
|
|
29
|
|
|
30 Creates an MSP formatted spectral library.
|
|
|
31
|
|
|
32
|
|
|
33 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_SpecLibCreator.html
|
|
|
34
|
|
|
35 @REFERENCES@
|
|
|
36 </help>
|
|
|
37 </tool>
|