comparison SpecLibCreator.xml @ 3:cc65fd4731b2 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 5a45f473c5355720af88e32369b560867899e791
author galaxyp
date Mon, 07 Aug 2017 14:29:32 -0400
parents e8ab35e6c59b
children ee23e61123e7
comparison
equal deleted inserted replaced
2:f161a74df573 3:cc65fd4731b2
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> 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 <!--Proposed Tool Section: [Utilities]--> 3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="SpecLibCreator" name="SpecLibCreator" version="2.1.0"> 4 <tool id="SpecLibCreator" name="SpecLibCreator" version="2.2.0">
5 <description>Creates an MSP formatted spectral library.</description> 5 <description>Creates an MSP formatted spectral library.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">SpecLibCreator</token> 7 <token name="@EXECUTABLE@">SpecLibCreator</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
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=" Seperator 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">
41 <remove value="'"/> 41 <remove value="'"/>
42 <remove value="&quot;"/> 42 <remove value="&quot;"/>
43 </valid> 43 </valid>
44 </sanitizer> 44 </sanitizer>
45 </param> 45 </param>
46 <param name="param_itemenclosed" display="radio" type="boolean" truevalue="-itemenclosed" falsevalue="" checked="false" optional="True" label="'true' or 'false' if true every item is enclosed" help="(-itemenclosed) e.g. '$peptide$,$run$"/> 46 <param name="param_itemenclosed" display="radio" type="boolean" truevalue="-itemenclosed" falsevalue="" checked="false" optional="True" label="'true' or 'false' if true every item is enclosed" help="(-itemenclosed) e.g. '$peptide$,$run$"/>
47 <param name="param_spec" type="data" format="mzxml" optional="False" label="spectra" help="(-spec) "/> 47 <param name="param_spec" type="data" format="mzData,mzxml" optional="False" label="spectra" help="(-spec) "/>
48 <expand macro="advanced_options"> 48 <expand macro="advanced_options">
49 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> 49 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
50 </expand> 50 </expand>
51 </inputs> 51 </inputs>
52 <outputs> 52 <outputs>