comparison IDRTCalibration.xml @ 0:0f901d73c008 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author galaxyp
date Wed, 01 Mar 2017 12:38:59 -0500
parents
children 4c3732da1276
comparison
equal deleted inserted replaced
-1:000000000000 0:0f901d73c008
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
3 <!--Proposed Tool Section: [ID Processing]-->
4 <tool id="IDRTCalibration" name="IDRTCalibration" version="2.1.0">
5 <description>Can be used to calibrate RTs of peptide hits linearly to standards.</description>
6 <macros>
7 <token name="@EXECUTABLE@">IDRTCalibration</token>
8 <import>macros.xml</import>
9 </macros>
10 <expand macro="references"/>
11 <expand macro="stdio"/>
12 <expand macro="requirements"/>
13 <command>IDRTCalibration
14
15 #if $param_in:
16 -in $param_in
17 #end if
18 #if $param_out:
19 -out $param_out
20 #end if
21 #if $param_calibrant_1_reference:
22 -calibrant_1_reference $param_calibrant_1_reference
23 #end if
24 #if $param_calibrant_2_reference:
25 -calibrant_2_reference $param_calibrant_2_reference
26 #end if
27 #if $param_calibrant_1_input:
28 -calibrant_1_input $param_calibrant_1_input
29 #end if
30 #if $param_calibrant_2_input:
31 -calibrant_2_input $param_calibrant_2_input
32 #end if
33 #if $adv_opts.adv_opts_selector=='advanced':
34 #if $adv_opts.param_force:
35 -force
36 #end if
37 #end if
38 </command>
39 <inputs>
40 <param name="param_in" type="data" format="idxml" optional="False" label="input file" help="(-in) "/>
41 <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) "/>
42 <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) "/>
43 <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"/>
44 <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"/>
45 <expand macro="advanced_options">
46 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
47 </expand>
48 </inputs>
49 <outputs>
50 <data name="param_out" format="idxml"/>
51 </outputs>
52 <help>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 </tool>