0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="IDRTCalibration" name="IDRTCalibration" version="2.0.0">
|
|
3 <description>Can be used to calibrate RTs of peptide hits linearly to standards.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">IDRTCalibration</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>IDRTCalibration
|
|
11
|
|
12 #if $param_in:
|
|
13 -in $param_in
|
|
14 #end if
|
|
15 #if $param_out:
|
|
16 -out $param_out
|
|
17 #end if
|
|
18 #if $param_calibrant_1_reference:
|
|
19 -calibrant_1_reference $param_calibrant_1_reference
|
|
20 #end if
|
|
21 #if $param_calibrant_2_reference:
|
|
22 -calibrant_2_reference $param_calibrant_2_reference
|
|
23 #end if
|
|
24 #if $param_calibrant_1_input:
|
|
25 -calibrant_1_input $param_calibrant_1_input
|
|
26 #end if
|
|
27 #if $param_calibrant_2_input:
|
|
28 -calibrant_2_input $param_calibrant_2_input
|
|
29 #end if
|
|
30 -threads \${GALAXY_SLOTS:-24}
|
|
31 #if $adv_opts.adv_opts_selector=='advanced':
|
|
32 #if $adv_opts.param_force:
|
|
33 -force
|
|
34 #end if
|
|
35 #end if
|
|
36 </command>
|
|
37 <inputs>
|
|
38 <param name="param_in" type="data" format="idxml" optional="False" label="input file" help="(-in) "/>
|
|
39 <param name="param_calibrant_1_reference" type="float" value="0.1" label="The RT of the first calibrant in the reference file" help="(-calibrant_1_reference) "/>
|
|
40 <param name="param_calibrant_2_reference" type="float" value="0.9" label="The RT of the second calibrant in the reference file" help="(-calibrant_2_reference) "/>
|
|
41 <param name="param_calibrant_1_input" type="float" value="-1.0" label="The RT of the first calibrant in the input file" help="(-calibrant_1_input) Please note that this value needs to be set. The default value -1.0 is not allowed"/>
|
|
42 <param name="param_calibrant_2_input" type="float" value="-1.0" label="The RT of the second calibrant in the input file" help="(-calibrant_2_input) Please note that this value needs to be set. The default value -1.0 is not allowed"/>
|
|
43 <expand macro="advanced_options">
|
|
44 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
45 </expand>
|
|
46 </inputs>
|
|
47 <outputs>
|
|
48 <data name="param_out" format="idxml"/>
|
|
49 </outputs>
|
|
50 <help>**What it does**
|
|
51
|
|
52 Can be used to calibrate RTs of peptide hits linearly to standards.
|
|
53
|
|
54
|
|
55 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDRTCalibration.html</help>
|
|
56 <expand macro="references"/>
|
|
57 </tool>
|