|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="FeatureLinkerLabeled" name="FeatureLinkerLabeled" version="1.12.0">
|
|
|
3 <description>Groups corresponding isotope-labeled features in a feature map.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">FeatureLinkerLabeled</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>FeatureLinkerLabeled
|
|
|
11
|
|
|
12 -in ${param_in}
|
|
|
13 -out ${param_out}
|
|
|
14 -threads \${GALAXY_SLOTS:-24}
|
|
|
15 ${param_rt_estimate}
|
|
|
16 -algorithm:rt_pair_dist ${param_rt_pair_dist}
|
|
|
17 -algorithm:rt_dev_low ${param_rt_dev_low}
|
|
|
18 -algorithm:rt_dev_high ${param_rt_dev_high}
|
|
|
19 -algorithm:mz_pair_dists ${param_mz_pair_dists}
|
|
|
20 -algorithm:mz_dev ${param_mz_dev}
|
|
|
21 #if $adv_opts.adv_opts_selector=='advanced':
|
|
|
22 ${adv_opts.param_mrm}
|
|
|
23 #end if
|
|
|
24 </command>
|
|
|
25 <inputs>
|
|
|
26 <param name="param_in" type="data" format="featureXML" optional="False" label="Input file" help="(-in)"/>
|
|
|
27 <param name="param_rt_estimate" type="boolean" truevalue="-algorithm:rt_estimate true" falsevalue="-algorithm:rt_estimate false" checked="true" optional="True" label="If 'true' the optimal RT pair distance and deviation are estimated by fitting a gaussian distribution to the histogram of pair distance. Note that this works only datasets with a significant amount of pairs! If 'false' the parameters 'rt_pair_dist', 'rt_dev_low' and 'rt_dev_high' define the optimal distance." help="(-rt_estimate)"/>
|
|
|
28 <param name="param_rt_pair_dist" type="float" value="-20.0" label="optimal pair distance in RT [sec] from light to heavy feature" help="(-rt_pair_dist)"/>
|
|
|
29 <param name="param_rt_dev_low" type="float" min="0.0" optional="True" value="15.0" label="maximum allowed deviation below optimal retention time distance" help="(-rt_dev_low)"/>
|
|
|
30 <param name="param_rt_dev_high" type="float" min="0.0" optional="True" value="15.0" label="maximum allowed deviation above optimal retention time distance" help="(-rt_dev_high)"/>
|
|
|
31 <param name="param_mz_pair_dists" type="text" size="20" value="4.0" label="optimal pair distances in m/z [Th] for features with charge +1 (adapted to +2, +3, .. by division through charge)" help="(-mz_pair_dists)"/>
|
|
|
32 <param name="param_mz_dev" type="float" min="0.0" optional="True" value="0.05" label="maximum allowed deviation from optimal m/z distance#br#" help="(-mz_dev)"/>
|
|
|
33 <expand macro="advanced_options">
|
|
|
34 <param name="param_mrm" type="boolean" truevalue="-algorithm:mrm true" falsevalue="-algorithm:mrm false" checked="false" optional="True" label="this option should be used if the features correspond mrm chromatograms (additionally the precursor is taken into account)" help="(-mrm)"/>
|
|
|
35 </expand>
|
|
|
36 </inputs>
|
|
|
37 <outputs>
|
|
|
38 <data name="param_out" label="Output file" format="consensusXML"/>
|
|
|
39 </outputs>
|
|
|
40 <help>**What it does**
|
|
|
41
|
|
|
42 Groups corresponding isotope-labeled features in a feature map.
|
|
|
43
|
|
|
44
|
|
|
45 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureLinkerLabeled.html
|
|
|
46
|
|
|
47 @REFERENCES@
|
|
|
48 </help>
|
|
|
49 </tool>
|