|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="DeMeanderize" name="DeMeanderize" version="1.12.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 -in ${param_in}
|
|
|
13 -out ${param_out}
|
|
|
14 -num_spots_per_row ${param_num_spots_per_row}
|
|
|
15 -threads \${GALAXY_SLOTS:-24}
|
|
|
16 #if $adv_opts.adv_opts_selector=='advanced':
|
|
|
17 -RT_distance ${adv_opts.param_RT_distance}
|
|
|
18 #end if
|
|
|
19 </command>
|
|
|
20 <inputs>
|
|
|
21 <param name="param_in" type="data" format="mzML" optional="False" label="Input experiment file, containing the wrongly sorted spectra." help="(-in)"/>
|
|
|
22 <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)"/>
|
|
|
23 <expand macro="advanced_options">
|
|
|
24 <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)"/>
|
|
|
25 </expand>
|
|
|
26 </inputs>
|
|
|
27 <outputs>
|
|
|
28 <data name="param_out" label="Output experiment file with correctly sorted spectra." format="mzML"/>
|
|
|
29 </outputs>
|
|
|
30 <help>**What it does**
|
|
|
31
|
|
|
32 Orders the spectra of MALDI spotting plates correctly.
|
|
|
33
|
|
|
34
|
|
|
35 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_DeMeanderize.html
|
|
|
36
|
|
|
37 @REFERENCES@
|
|
|
38 </help>
|
|
|
39 </tool>
|