Mercurial > repos > galaxyp > openms_speclibcreator
diff 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 |
line wrap: on
line diff
--- a/SpecLibCreator.xml Thu Apr 27 13:10:32 2017 -0400 +++ b/SpecLibCreator.xml Mon Aug 07 14:29:32 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>