0
|
1 <tool id="openms_high_res_precursor_mass_corrector" version="0.1" name="Precursor Mass Corrector (Hi Res)">
|
|
2 <description>
|
|
3 precursor m/z correction on picked (centroided) high resolution data.
|
|
4 </description>
|
2
|
5 <macros>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio" />
|
|
9 <expand macro="requires" />
|
0
|
10 <configfiles>
|
|
11 <configfile name="config">[simple_options]
|
|
12 in=${input}
|
|
13 out=${out}
|
|
14 </configfile>
|
|
15 </configfiles>
|
|
16 <command interpreter="python">
|
|
17 openms_wrapper.py -executable 'HighResPrecursorMassCorrector' -config $config
|
|
18 </command>
|
|
19 <inputs>
|
|
20 <param format="mzML" name="input" type="data" label="Input picked peak list"/>
|
|
21 </inputs>
|
|
22 <outputs>
|
|
23 <data format="mzML" name="output" />
|
|
24 </outputs>
|
|
25 <help>
|
|
26 **What it does**
|
|
27
|
|
28 This tool performs precursor mz correction on picked (=centroided) high resolution data.
|
|
29
|
|
30 **Citation**
|
|
31
|
|
32 For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
|
|
33
|
|
34 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
|
|
35 </help>
|
|
36 </tool>
|