Mercurial > repos > galaxyp > openms_mzmlsplitter
diff MzMLSplitter.xml @ 1:91c81530303d 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:29:01 -0400 |
parents | 60b83eb38cd4 |
children | 6caab3e848d2 |
line wrap: on
line diff
--- a/MzMLSplitter.xml Wed Mar 01 12:39:14 2017 -0500 +++ b/MzMLSplitter.xml Wed Aug 09 09:29:01 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="MzMLSplitter" name="MzMLSplitter" version="2.1.0"> +<tool id="MzMLSplitter" name="MzMLSplitter" version="2.2.0.1"> <description>Splits an mzML file into multiple parts</description> <macros> <token name="@EXECUTABLE@">MzMLSplitter</token> @@ -25,7 +25,12 @@ -size $param_size #end if #if $param_unit: - -unit $param_unit + -unit + #if " " in str($param_unit): + "$param_unit" + #else + $param_unit + #end if #end if #if $param_no_chrom: -no_chrom @@ -64,7 +69,7 @@ </expand> </inputs> <outputs> - <data name="param_stdout" format="text" label="Output from stdout"/> + <data name="param_stdout" format="txt" label="Output from stdout"/> </outputs> <help>Splits an mzML file into multiple parts