0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="DeMeanderize" name="DeMeanderize" version="2.0.0">
|
|
3 <description>Orders the spectra of MALDI spotting plates correctly.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">DeMeanderize</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>DeMeanderize
|
|
11
|
|
12 #if $param_in:
|
|
13 -in $param_in
|
|
14 #end if
|
|
15 #if $param_out:
|
|
16 -out $param_out
|
|
17 #end if
|
|
18 #if $param_num_spots_per_row:
|
|
19 -num_spots_per_row $param_num_spots_per_row
|
|
20 #end if
|
|
21 -threads \${GALAXY_SLOTS:-24}
|
|
22 #if $adv_opts.adv_opts_selector=='advanced':
|
|
23 #if $adv_opts.param_RT_distance:
|
|
24 -RT_distance $adv_opts.param_RT_distance
|
|
25 #end if
|
|
26 #if $adv_opts.param_force:
|
|
27 -force
|
|
28 #end if
|
|
29 #end if
|
|
30 </command>
|
|
31 <inputs>
|
|
32 <param name="param_in" type="data" format="mzml" optional="False" label="Input experiment file, containing the wrongly sorted spectra" help="(-in) "/>
|
|
33 <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) "/>
|
|
34 <expand macro="advanced_options">
|
|
35 <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) "/>
|
|
36 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
37 </expand>
|
|
38 </inputs>
|
|
39 <outputs>
|
|
40 <data name="param_out" format="mzml"/>
|
|
41 </outputs>
|
|
42 <help>**What it does**
|
|
43
|
|
44 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 <expand macro="references"/>
|
|
49 </tool>
|