Mercurial > repos > bgruening > openms
comparison IDRTCalibration.xml @ 4:6ead64a594bd draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
| author | bgruening |
|---|---|
| date | Wed, 27 Jan 2016 10:06:49 -0500 |
| parents | 3d84209d3178 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:ec62782f6c68 | 4:6ead64a594bd |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <tool id="IDRTCalibration" name="IDRTCalibration" version="1.12.0"> | 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 <description>Can be used to calibrate RTs of peptide hits linearly to standards.</description> | 3 <!--Proposed Tool Section: [ID Processing]--> |
| 4 <macros> | 4 <tool id="IDRTCalibration" name="IDRTCalibration" version="2.0.0"> |
| 5 <token name="@EXECUTABLE@">IDRTCalibration</token> | 5 <description>Can be used to calibrate RTs of peptide hits linearly to standards.</description> |
| 6 <import>macros.xml</import> | 6 <macros> |
| 7 </macros> | 7 <token name="@EXECUTABLE@">IDRTCalibration</token> |
| 8 <expand macro="stdio"/> | 8 <import>macros.xml</import> |
| 9 <expand macro="requirements"/> | 9 </macros> |
| 10 <command>IDRTCalibration | 10 <expand macro="references"/> |
| 11 <expand macro="stdio"/> | |
| 12 <expand macro="requirements"/> | |
| 13 <command>IDRTCalibration | |
| 11 | 14 |
| 12 -in ${param_in} | 15 #if $param_in: |
| 13 -out ${param_out} | 16 -in $param_in |
| 14 -calibrant_1_reference ${param_calibrant_1_reference} | 17 #end if |
| 15 -calibrant_2_reference ${param_calibrant_2_reference} | 18 #if $param_out: |
| 16 -calibrant_1_input ${param_calibrant_1_input} | 19 -out $param_out |
| 17 -calibrant_2_input ${param_calibrant_2_input} | 20 #end if |
| 18 -threads \${GALAXY_SLOTS:-24} | 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 -threads \${GALAXY_SLOTS:-24} | |
| 34 #if $adv_opts.adv_opts_selector=='advanced': | |
| 35 #if $adv_opts.param_force: | |
| 36 -force | |
| 37 #end if | |
| 38 #end if | |
| 19 </command> | 39 </command> |
| 20 <inputs> | 40 <inputs> |
| 21 <param name="param_in" type="data" format="idXML" optional="False" label="input file " help="(-in)"/> | 41 <param format="xml" help="(-in) " label="input file" name="param_in" optional="False" type="data"/> |
| 22 <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 help="(-calibrant_1_reference) " label="The RT of the first calibrant in the reference file" name="param_calibrant_1_reference" type="float" value="0.1"/> |
| 23 <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 help="(-calibrant_2_reference) " label="The RT of the second calibrant in the reference file" name="param_calibrant_2_reference" type="float" value="0.9"/> |
| 24 <param name="param_calibrant_1_input" type="float" value="-1.0" label="The RT of the first calibrant in the input file. Please note that this value needs to be set. The default value -1.0 is not allowed." help="(-calibrant_1_input)"/> | 44 <param help="(-calibrant_1_input) Please note that this value needs to be set. The default value -1.0 is not allowed" label="The RT of the first calibrant in the input file" name="param_calibrant_1_input" type="float" value="-1.0"/> |
| 25 <param name="param_calibrant_2_input" type="float" value="-1.0" label="The RT of the second calibrant in the input file. Please note that this value needs to be set. The default value -1.0 is not allowed." help="(-calibrant_2_input)"/> | 45 <param help="(-calibrant_2_input) Please note that this value needs to be set. The default value -1.0 is not allowed" label="The RT of the second calibrant in the input file" name="param_calibrant_2_input" type="float" value="-1.0"/> |
| 26 </inputs> | 46 <expand macro="advanced_options"> |
| 27 <outputs> | 47 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/> |
| 28 <data name="param_out" label="output file " format="idXML"/> | 48 </expand> |
| 29 </outputs> | 49 </inputs> |
| 30 <help>**What it does** | 50 <outputs> |
| 31 | 51 <data format="xml" name="param_out"/> |
| 32 Can be used to calibrate RTs of peptide hits linearly to standards. | 52 </outputs> |
| 53 <help>Can be used to calibrate RTs of peptide hits linearly to standards. | |
| 33 | 54 |
| 34 | 55 |
| 35 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDRTCalibration.html | 56 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDRTCalibration.html</help> |
| 36 | 57 </tool> |
| 37 @REFERENCES@ | |
| 38 </help> | |
| 39 </tool> |
