0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="ERPairFinder" name="ERPairFinder" version="1.12.0">
|
|
3 <description>Util which can be used to evaluate pair ratios on enhanced resolution (zoom) scans.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">ERPairFinder</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>ERPairFinder
|
|
11
|
|
12 -in ${param_in}
|
|
13 -pair_in ${param_pair_in}
|
|
14 -out ${param_out}
|
|
15 -feature_out ${param_feature_out}
|
|
16 -precursor_mass_tolerance ${param_precursor_mass_tolerance}
|
|
17 -threads \${GALAXY_SLOTS:-24}
|
|
18 #if $adv_opts.adv_opts_selector=='advanced':
|
|
19 -RT_tolerance ${adv_opts.param_RT_tolerance}
|
|
20 -max_charge ${adv_opts.param_max_charge}
|
|
21 -intensity_threshold ${adv_opts.param_intensity_threshold}
|
|
22 -max_isotope ${adv_opts.param_max_isotope}
|
|
23 -expansion_range ${adv_opts.param_expansion_range}
|
|
24 #end if
|
|
25 </command>
|
|
26 <inputs>
|
|
27 <param name="param_in" type="data" format="mzML" optional="False" label="Input mzML file containing the ER spectra." help="(-in)"/>
|
|
28 <param name="param_pair_in" type="data" format="txt" optional="False" label="Pair-file in the format: m/z-light m/z-heavy charge rt" help="(-pair_in)"/>
|
|
29 <param name="param_precursor_mass_tolerance" type="float" min="0.0" optional="True" value="0.3" label="Precursor mass tolerance which is used for the pair finding and the matching of the given pair m/z values to the features." help="(-precursor_mass_tolerance)"/>
|
|
30 <expand macro="advanced_options">
|
|
31 <param name="param_RT_tolerance" type="float" min="1.0" optional="True" value="200.0" label="Maximal deviation in RT dimension in seconds a feature can have when comparing to the RT values given in the pair file" help="(-RT_tolerance)"/>
|
|
32 <param name="param_max_charge" type="integer" min="1" optional="True" value="3" label="Maximal charge state features should be search for." help="(-max_charge)"/>
|
|
33 <param name="param_intensity_threshold" type="float" min="-1.0" optional="True" value="-1.0" label="Intensity threshold, for the meaning see the documentation of the IsotopeWaveletFeatureFinder documentation." help="(-intensity_threshold)"/>
|
|
34 <param name="param_max_isotope" type="integer" min="2" optional="True" value="3" label="Max isotope of the isotope distribution to be considered" help="(-max_isotope)"/>
|
|
35 <param name="param_expansion_range" type="float" min="0.0" optional="True" value="5.0" label="The range that is used to extend the isotope distribution with null intensity peaks in Th." help="(-expansion_range)"/>
|
|
36 </expand>
|
|
37 </inputs>
|
|
38 <outputs>
|
|
39 <data name="param_out" label="Output consensusXML file were the pairs of the feature are written into." format="consensusXML"/>
|
|
40 <data name="param_feature_out" label="Output featureXML file, only written if given, skipped otherwise." format="featureXML"/>
|
|
41 </outputs>
|
|
42 <help>**What it does**
|
|
43
|
|
44 Util which can be used to evaluate pair ratios on enhanced resolution (zoom) scans.
|
|
45
|
|
46
|
|
47 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_ERPairFinder.html
|
|
48
|
|
49 @REFERENCES@
|
|
50 </help>
|
|
51 </tool>
|