Mercurial > repos > galaxyp > openms_speclibcreator
diff 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 |
line wrap: on
line diff
--- a/SpecLibCreator.xml Wed Mar 01 12:36:58 2017 -0500 +++ b/SpecLibCreator.xml Wed Aug 09 09:24:49 2017 -0400 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> <!--Proposed Tool Section: [Utilities]--> -<tool id="SpecLibCreator" name="SpecLibCreator" version="2.1.0"> +<tool id="SpecLibCreator" name="SpecLibCreator" version="2.2.0"> <description>Creates an MSP formatted spectral library.</description> <macros> <token name="@EXECUTABLE@">SpecLibCreator</token> @@ -35,7 +35,7 @@ </command> <inputs> <param name="param_info" type="data" format="tabular" optional="False" label="Holds id, peptide, retention time etc" help="(-info) "/> - <param name="param_itemseperator" type="text" size="30" value="," label=" Seperator between items. e.g. ," help="(-itemseperator) "> + <param name="param_itemseperator" type="text" size="30" value="," label=" Separator between items. e.g. ," help="(-itemseperator) "> <sanitizer> <valid initial="string.printable"> <remove value="'"/> @@ -44,7 +44,7 @@ </sanitizer> </param> <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$"/> - <param name="param_spec" type="data" format="mzxml" optional="False" label="spectra" help="(-spec) "/> + <param name="param_spec" type="data" format="mzData,mzxml" optional="False" label="spectra" help="(-spec) "/> <expand macro="advanced_options"> <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> </expand>