Mercurial > repos > galaxyp > openms_openswathfilesplitter
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:8ddc26f9e2a5 | 1:83f73d0386e0 |
---|---|
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.1"> |
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 > $param_stdout | 27 > $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="""/> | 34 <remove value="""/> |
35 </valid> | 35 </valid> |
46 </param> | 46 </param> |
47 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | 47 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> |
48 </expand> | 48 </expand> |
49 </inputs> | 49 </inputs> |
50 <outputs> | 50 <outputs> |
51 <data name="param_stdout" format="text" label="Output from stdout"/> | 51 <data name="param_stdout" format="txt" 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> |