Mercurial > repos > galaxyp > openms_tofcalibration
comparison TOFCalibration.xml @ 7:0d91d2be68be draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Fri, 17 May 2019 04:39:17 -0400 |
parents | 0ca1ea28f6ae |
children | 40a101cabd0e |
comparison
equal
deleted
inserted
replaced
6:f991f3776b65 | 7:0d91d2be68be |
---|---|
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 </macros> | 9 </macros> |
10 <expand macro="references"/> | 10 <expand macro="references"/> |
11 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
12 <expand macro="requirements"/> | 12 <expand macro="requirements"/> |
13 <command>TOFCalibration | 13 <command detect_errors="aggressive"><![CDATA[TOFCalibration |
14 | 14 |
15 #if $param_in: | 15 #if $param_in: |
16 -in $param_in | 16 -in $param_in |
17 #end if | 17 #end if |
18 #if $param_out: | 18 #if $param_out: |
156 #end if | 156 #end if |
157 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_noise_for_empty_window: | 157 #if $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_noise_for_empty_window: |
158 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:noise_for_empty_window $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_noise_for_empty_window | 158 -algorithm:PeakPicker:SignalToNoiseEstimationParameter:noise_for_empty_window $adv_opts.param_algorithm_PeakPicker_SignalToNoiseEstimationParameter_noise_for_empty_window |
159 #end if | 159 #end if |
160 #end if | 160 #end if |
161 </command> | 161 ]]></command> |
162 <inputs> | 162 <inputs> |
163 <param name="param_in" type="data" format="mzml" optional="False" label="input peak or raw data file" help="(-in) "/> | 163 <param name="param_in" type="data" format="mzml" optional="False" label="input peak or raw data file" help="(-in) "/> |
164 <param name="param_ext_calibrants" type="data" format="mzml" optional="False" label="input file containing the external calibrant spectra (peak or raw data)" help="(-ext_calibrants) "/> | 164 <param name="param_ext_calibrants" type="data" format="mzml" optional="False" label="input file containing the external calibrant spectra (peak or raw data)" help="(-ext_calibrants) "/> |
165 <param name="param_ref_masses" type="data" format="txt" optional="False" label="input file containing reference masses of the external calibrant spectra (one per line)" help="(-ref_masses) "/> | 165 <param name="param_ref_masses" type="data" format="txt" optional="False" label="input file containing reference masses of the external calibrant spectra (one per line)" help="(-ref_masses) "/> |
166 <param name="param_tof_const" type="data" format="tabular" optional="False" label="File containing TOF conversion constants" help="(-tof_const) These can be either two or three constants <br>per set, depending on the conversion type. Either one set for all calibrant spectra <br>(tab separated), or one for each spectrum. <br>For a detailed description, please have a look at the doxygen documentation.(one set, tab separated, per line)"/> | 166 <param name="param_tof_const" type="data" format="tabular" optional="False" label="File containing TOF conversion constants" help="(-tof_const) These can be either two or three constants <br>per set, depending on the conversion type. Either one set for all calibrant spectra <br>(tab separated), or one for each spectrum. <br>For a detailed description, please have a look at the doxygen documentation.(one set, tab separated, per line)"/> |
214 <data name="param_out" format="mzml"/> | 214 <data name="param_out" format="mzml"/> |
215 </outputs> | 215 </outputs> |
216 <help>Applies time of flight calibration. | 216 <help>Applies time of flight calibration. |
217 | 217 |
218 | 218 |
219 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_TOFCalibration.html</help> | 219 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_TOFCalibration.html</help> |
220 </tool> | 220 </tool> |