|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="InternalCalibration" name="InternalCalibration" version="1.12.0">
|
|
|
3 <description>Applies an internal calibration.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">InternalCalibration</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>InternalCalibration
|
|
|
11
|
|
|
12 -in ${param_in}
|
|
|
13 -out ${param_out}
|
|
|
14 -ref_peaks ${param_ref_peaks}
|
|
|
15 -type ${param_type}
|
|
|
16 -trafo ${param_trafo}
|
|
|
17 -threads \${GALAXY_SLOTS:-24}
|
|
|
18 -algorithm:mz_tolerance ${param_mz_tolerance}
|
|
|
19 -algorithm:mz_tolerance_unit ${param_mz_tolerance_unit}
|
|
|
20 -algorithm:rt_tolerance ${param_rt_tolerance}
|
|
|
21 </command>
|
|
|
22 <inputs>
|
|
|
23 <param name="param_in" type="data" format="mzML,featureXML" optional="False" label="input peak file " help="(-in)"/>
|
|
|
24 <param name="param_ref_peaks" type="data" format="tabular,idXML" optional="True" label="input file containing reference m/z values (either as textfile with one m/z per line and no header or as idXML file)" help="(-ref_peaks)"/>
|
|
|
25 <param name="param_type" type="select" optional="True" value="spectrumwise" label="The kind of internal calibration that should be applied." help="(-type)">
|
|
|
26 <option value="spectrumwise">spectrumwise</option>
|
|
|
27 <option value="global">global</option>
|
|
|
28 </param>
|
|
|
29 <param name="param_mz_tolerance" type="float" min="0.0" optional="True" value="1.0" label="Allowed tolerance between peak and reference m/z." help="(-mz_tolerance)"/>
|
|
|
30 <param name="param_mz_tolerance_unit" type="select" optional="True" value="Da" label="Unit for mz_tolerance." help="(-mz_tolerance_unit)">
|
|
|
31 <option value="Da">Da</option>
|
|
|
32 <option value="ppm">ppm</option>
|
|
|
33 </param>
|
|
|
34 <param name="param_rt_tolerance" type="integer" value="10" label="Allowed tolerance between peak and reference rt." help="(-rt_tolerance)"/>
|
|
|
35 </inputs>
|
|
|
36 <outputs>
|
|
|
37 <data name="param_out" label="output file " format="featureXML">
|
|
|
38 <change_format>
|
|
|
39 <when input="param_out_type" value="mzML" format="mzML"/>
|
|
|
40 </change_format>
|
|
|
41 </data>
|
|
|
42 <data name="param_trafo" label="output transformation file (only for global calibration)" format="data"/>
|
|
|
43 </outputs>
|
|
|
44 <help>**What it does**
|
|
|
45
|
|
|
46 Applies an internal calibration.
|
|
|
47
|
|
|
48
|
|
|
49 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_InternalCalibration.html
|
|
|
50
|
|
|
51 @REFERENCES@
|
|
|
52 </help>
|
|
|
53 </tool>
|