Mercurial > repos > galaxyp > openms_demeanderize
comparison DeMeanderize.xml @ 0:5864c1a6e408 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author | galaxyp |
---|---|
date | Wed, 01 Mar 2017 12:56:11 -0500 |
parents | |
children | 86193147dee1 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5864c1a6e408 |
---|---|
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.--> | |
3 <!--Proposed Tool Section: [Utilities]--> | |
4 <tool id="DeMeanderize" name="DeMeanderize" version="2.1.0"> | |
5 <description>Orders the spectra of MALDI spotting plates correctly.</description> | |
6 <macros> | |
7 <token name="@EXECUTABLE@">DeMeanderize</token> | |
8 <import>macros.xml</import> | |
9 </macros> | |
10 <expand macro="references"/> | |
11 <expand macro="stdio"/> | |
12 <expand macro="requirements"/> | |
13 <command>DeMeanderize | |
14 | |
15 #if $param_in: | |
16 -in $param_in | |
17 #end if | |
18 #if $param_out: | |
19 -out $param_out | |
20 #end if | |
21 #if $param_num_spots_per_row: | |
22 -num_spots_per_row $param_num_spots_per_row | |
23 #end if | |
24 #if $adv_opts.adv_opts_selector=='advanced': | |
25 #if $adv_opts.param_RT_distance: | |
26 -RT_distance $adv_opts.param_RT_distance | |
27 #end if | |
28 #if $adv_opts.param_force: | |
29 -force | |
30 #end if | |
31 #end if | |
32 </command> | |
33 <inputs> | |
34 <param name="param_in" type="data" format="mzml" optional="False" label="Input experiment file, containing the wrongly sorted spectra" help="(-in) "/> | |
35 <param name="param_num_spots_per_row" type="integer" min="1" optional="True" value="48" label="Number of spots in one column, until next row is spotted" help="(-num_spots_per_row) "/> | |
36 <expand macro="advanced_options"> | |
37 <param name="param_RT_distance" type="float" min="0.0" optional="True" value="1.0" label="RT distance between two spots which is used to calculated pseudo RT" help="(-RT_distance) "/> | |
38 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
39 </expand> | |
40 </inputs> | |
41 <outputs> | |
42 <data name="param_out" format="mzml"/> | |
43 </outputs> | |
44 <help>Orders the spectra of MALDI spotting plates correctly. | |
45 | |
46 | |
47 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_DeMeanderize.html</help> | |
48 </tool> |