comparison SpecLibCreator.xml @ 1:c61d23e4f90e draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14
author galaxyp
date Wed, 09 Aug 2017 09:24:49 -0400
parents 564a6acb89e8
children 0711e6018eb8
comparison
equal deleted inserted replaced
0:564a6acb89e8 1:c61d23e4f90e
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>