Mercurial > repos > galaxyp > openms_openswathfilesplitter
diff OpenSwathFileSplitter.xml @ 1:83f73d0386e0 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:28:12 -0400 |
parents | 8ddc26f9e2a5 |
children | c88d8b0697d8 |
line wrap: on
line diff
--- a/OpenSwathFileSplitter.xml Wed Mar 01 12:38:42 2017 -0500 +++ b/OpenSwathFileSplitter.xml Wed Aug 09 09:28:12 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: []--> -<tool id="OpenSwathFileSplitter" name="OpenSwathFileSplitter" version="2.1.0"> +<!--Proposed Tool Section: [Targeted Experiments]--> +<tool id="OpenSwathFileSplitter" name="OpenSwathFileSplitter" version="2.2.0.1"> <description>Splits SWATH files into n files, each containing one window.</description> <macros> <token name="@EXECUTABLE@">OpenSwathFileSplitter</token> @@ -27,7 +27,7 @@ > $param_stdout </command> <inputs> - <param name="param_in" type="data" format="mzxml,mzml" multiple="true" optional="False" size="30" label="Input file (SWATH/DIA file)" help="(-in) "> + <param name="param_in" type="data" format="mzml,mzxml" multiple="true" optional="False" size="30" label="Input file (SWATH/DIA file)" help="(-in) "> <sanitizer> <valid initial="string.printable"> <remove value="'"/> @@ -48,10 +48,10 @@ </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 SWATH files into n files, each containing one window. -For more information, visit </help> +For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_OpenSwathFileSplitter.html</help> </tool>