Mercurial > repos > galaxyp > openms_mzmlsplitter
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:60b83eb38cd4 | 1:91c81530303d |
---|---|
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: [Utilities]--> | 3 <!--Proposed Tool Section: [Utilities]--> |
4 <tool id="MzMLSplitter" name="MzMLSplitter" version="2.1.0"> | 4 <tool id="MzMLSplitter" name="MzMLSplitter" version="2.2.0.1"> |
5 <description>Splits an mzML file into multiple parts</description> | 5 <description>Splits an mzML file into multiple parts</description> |
6 <macros> | 6 <macros> |
7 <token name="@EXECUTABLE@">MzMLSplitter</token> | 7 <token name="@EXECUTABLE@">MzMLSplitter</token> |
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 </macros> | 9 </macros> |
23 #end if | 23 #end if |
24 #if $param_size: | 24 #if $param_size: |
25 -size $param_size | 25 -size $param_size |
26 #end if | 26 #end if |
27 #if $param_unit: | 27 #if $param_unit: |
28 -unit $param_unit | 28 -unit |
29 #if " " in str($param_unit): | |
30 "$param_unit" | |
31 #else | |
32 $param_unit | |
33 #end if | |
29 #end if | 34 #end if |
30 #if $param_no_chrom: | 35 #if $param_no_chrom: |
31 -no_chrom | 36 -no_chrom |
32 #end if | 37 #end if |
33 #if $param_no_spec: | 38 #if $param_no_spec: |
62 <expand macro="advanced_options"> | 67 <expand macro="advanced_options"> |
63 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | 68 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> |
64 </expand> | 69 </expand> |
65 </inputs> | 70 </inputs> |
66 <outputs> | 71 <outputs> |
67 <data name="param_stdout" format="text" label="Output from stdout"/> | 72 <data name="param_stdout" format="txt" label="Output from stdout"/> |
68 </outputs> | 73 </outputs> |
69 <help>Splits an mzML file into multiple parts | 74 <help>Splits an mzML file into multiple parts |
70 | 75 |
71 | 76 |
72 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MzMLSplitter.html</help> | 77 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MzMLSplitter.html</help> |