Mercurial > repos > galaxyp > openms_openswathfilesplitter
comparison OpenSwathFileSplitter.xml @ 13:c2ff1c644604 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
| author | galaxyp |
|---|---|
| date | Wed, 15 May 2019 05:43:40 -0400 |
| parents | 4a69c76c5289 |
| children | b45a21325d16 |
comparison
equal
deleted
inserted
replaced
| 12:543fb7b3d594 | 13:c2ff1c644604 |
|---|---|
| 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 CTDConverter.--> |
| 3 <!--Proposed Tool Section: [Targeted Experiments]--> | 3 <!--Proposed Tool Section: [Targeted Experiments]--> |
| 4 <tool id="OpenSwathFileSplitter" name="OpenSwathFileSplitter" version="2.2.0.1"> | 4 <tool id="OpenSwathFileSplitter" name="OpenSwathFileSplitter" version="2.3.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> |
| 10 <expand macro="references"/> | 10 <expand macro="references"/> |
| 11 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
| 12 <expand macro="requirements"/> | 12 <expand macro="requirements"/> |
| 13 <command>OpenSwathFileSplitter | 13 <command detect_errors="aggressive"><![CDATA[OpenSwathFileSplitter |
| 14 | 14 |
| 15 -in | 15 -in |
| 16 #for token in $param_in: | 16 #for token in $param_in: |
| 17 $token | 17 $token |
| 18 #end for | 18 #end for |
| 23 #if $adv_opts.param_force: | 23 #if $adv_opts.param_force: |
| 24 -force | 24 -force |
| 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="mzml,mzxml" 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="'"/> |
| 51 <data name="param_stdout" format="txt" 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 http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_OpenSwathFileSplitter.html</help> | 56 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_OpenSwathFileSplitter.html</help> |
| 57 </tool> | 57 </tool> |
