comparison OpenSwathFileSplitter.xml @ 3:28dfa4b7c411 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9
author galaxyp
date Fri, 14 Jul 2017 19:06:04 -0400
parents 9773c62ee275
children 4a69c76c5289
comparison
equal deleted inserted replaced
2:a24fc9fc3ab5 3:28dfa4b7c411
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: []--> 3 <!--Proposed Tool Section: [Targeted Experiments]-->
4 <tool id="OpenSwathFileSplitter" name="OpenSwathFileSplitter" version="2.1.0"> 4 <tool id="OpenSwathFileSplitter" name="OpenSwathFileSplitter" version="2.2.0">
5 <description>Splits SWATH files into n files, each containing one window.</description> 5 <description>Splits SWATH files into n files, each containing one window.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">OpenSwathFileSplitter</token> 7 <token name="@EXECUTABLE@">OpenSwathFileSplitter</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
25 #end if 25 #end if
26 #end if 26 #end if
27 &gt; $param_stdout 27 &gt; $param_stdout
28 </command> 28 </command>
29 <inputs> 29 <inputs>
30 <param name="param_in" type="data" format="mzxml,mzml" multiple="true" optional="False" size="30" label="Input file (SWATH/DIA file)" help="(-in) "> 30 <param name="param_in" type="data" format="mzml,mzxml" multiple="true" optional="False" size="30" label="Input file (SWATH/DIA file)" help="(-in) ">
31 <sanitizer> 31 <sanitizer>
32 <valid initial="string.printable"> 32 <valid initial="string.printable">
33 <remove value="'"/> 33 <remove value="'"/>
34 <remove value="&quot;"/> 34 <remove value="&quot;"/>
35 </valid> 35 </valid>
51 <data name="param_stdout" format="text" label="Output from stdout"/> 51 <data name="param_stdout" format="text" label="Output from stdout"/>
52 </outputs> 52 </outputs>
53 <help>Splits SWATH files into n files, each containing one window. 53 <help>Splits SWATH files into n files, each containing one window.
54 54
55 55
56 For more information, visit </help> 56 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_OpenSwathFileSplitter.html</help>
57 </tool> 57 </tool>