0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="PrecursorMassCorrector" name="PrecursorMassCorrector" version="1.12.0">
|
|
3 <description>Corrects the precursor entries of MS/MS spectra, by using MS1 information.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">PrecursorMassCorrector</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>PrecursorMassCorrector
|
|
11
|
|
12 -in ${param_in}
|
|
13 -out ${param_out}
|
|
14 -feature_in ${param_feature_in}
|
|
15 -precursor_mass_tolerance ${param_precursor_mass_tolerance}
|
|
16 -threads \${GALAXY_SLOTS:-24}
|
|
17 #if $adv_opts.adv_opts_selector=='advanced':
|
|
18 -max_charge ${adv_opts.param_max_charge}
|
|
19 -intensity_threshold ${adv_opts.param_intensity_threshold}
|
|
20 #end if
|
|
21 </command>
|
|
22 <inputs>
|
|
23 <param name="param_in" type="data" format="mzML" optional="False" label="Input mzML file containing the spectra." help="(-in)"/>
|
|
24 <param name="param_feature_in" type="data" format="featureXML" optional="True" label="Input featureXML file, containing features; if set, the MS/MS spectra precursor entries #br#will be matched to the feature m/z values if possible." help="(-feature_in)"/>
|
|
25 <param name="param_precursor_mass_tolerance" type="float" min="0.0" optional="True" value="1.5" label="Maximal deviation in Th which is acceptable to be corrected;#br#this value should be set to the instruments selection window." help="(-precursor_mass_tolerance)"/>
|
|
26 <expand macro="advanced_options">
|
|
27 <param name="param_max_charge" type="integer" value="3" label="Maximal charge that should be assumed for precursor peaks" help="(-max_charge)"/>
|
|
28 <param name="param_intensity_threshold" type="float" value="-1.0" label="Intensity threshold value for isotope wavelet feature finder, please look at the documentation of the class for details." help="(-intensity_threshold)"/>
|
|
29 </expand>
|
|
30 </inputs>
|
|
31 <outputs>
|
|
32 <data name="param_out" label="Output mzML file." format="mzML"/>
|
|
33 </outputs>
|
|
34 <help>**What it does**
|
|
35
|
|
36 Corrects the precursor entries of MS/MS spectra, by using MS1 information.
|
|
37
|
|
38
|
|
39 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_PrecursorMassCorrector.html
|
|
40
|
|
41 @REFERENCES@
|
|
42 </help>
|
|
43 </tool>
|