comparison ExternalCalibration.xml @ 9:e57b04faa11a draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5-dirty
author galaxyp
date Fri, 17 May 2019 10:23:33 -0400
parents bf542e782b92
children 4f6a44916c89
comparison
equal deleted inserted replaced
8:e395b283d960 9:e57b04faa11a
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>ExternalCalibration 13 <command detect_errors="aggressive"><![CDATA[ExternalCalibration
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:
41 #if $adv_opts.adv_opts_selector=='advanced': 41 #if $adv_opts.adv_opts_selector=='advanced':
42 #if $adv_opts.param_force: 42 #if $adv_opts.param_force:
43 -force 43 -force
44 #end if 44 #end if
45 #end if 45 #end if
46 </command> 46 ]]></command>
47 <inputs> 47 <inputs>
48 <param name="param_in" type="data" format="mzml" optional="False" label="Input peak file" help="(-in) "/> 48 <param name="param_in" type="data" format="mzml" optional="False" label="Input peak file" help="(-in) "/>
49 <param name="param_offset" type="float" value="0.0" label="Mass offset in ppm" help="(-offset) "/> 49 <param name="param_offset" type="float" value="0.0" label="Mass offset in ppm" help="(-offset) "/>
50 <param name="param_slope" type="float" value="0.0" label="Slope (dependent on m/z)" help="(-slope) "/> 50 <param name="param_slope" type="float" value="0.0" label="Slope (dependent on m/z)" help="(-slope) "/>
51 <param name="param_power" type="float" value="0.0" label="Power (dependent on m/z)" help="(-power) "/> 51 <param name="param_power" type="float" value="0.0" label="Power (dependent on m/z)" help="(-power) "/>
67 <data name="param_out" format="mzml"/> 67 <data name="param_out" format="mzml"/>
68 </outputs> 68 </outputs>
69 <help>Applies an external mass recalibration. 69 <help>Applies an external mass recalibration.
70 70
71 71
72 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_ExternalCalibration.html</help> 72 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_ExternalCalibration.html</help>
73 </tool> 73 </tool>