Mercurial > repos > galaxyp > openms_transformationevaluation
comparison TransformationEvaluation.xml @ 0:3beec62cd4af 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:48:09 -0500 |
parents | |
children | fb41f145bbd0 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3beec62cd4af |
---|---|
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: [Utilities]--> | |
4 <tool id="TransformationEvaluation" name="TransformationEvaluation" version="2.1.0"> | |
5 <description>Applies a transformation to a range of values</description> | |
6 <macros> | |
7 <token name="@EXECUTABLE@">TransformationEvaluation</token> | |
8 <import>macros.xml</import> | |
9 </macros> | |
10 <expand macro="references"/> | |
11 <expand macro="stdio"/> | |
12 <expand macro="requirements"/> | |
13 <command>TransformationEvaluation | |
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_min: | |
22 -min $param_min | |
23 #end if | |
24 #if $param_max: | |
25 -max $param_max | |
26 #end if | |
27 #if $param_step: | |
28 -step $param_step | |
29 #end if | |
30 #if $adv_opts.adv_opts_selector=='advanced': | |
31 #if $adv_opts.param_force: | |
32 -force | |
33 #end if | |
34 #end if | |
35 </command> | |
36 <inputs> | |
37 <param name="param_in" type="data" format="trafoxml" optional="False" label="Input file containing the transformation description" help="(-in) "/> | |
38 <param name="param_min" type="float" value="0.0" label="Minimum value to transform" help="(-min) "/> | |
39 <param name="param_max" type="float" value="0.0" label="Maximum value to transform (if at or below 'min', select a suitable maximum based on the transformation description)" help="(-max) "/> | |
40 <param name="param_step" type="float" min="0.001" optional="True" value="1.0" label="Step size between 'min' and 'max'" help="(-step) "/> | |
41 <expand macro="advanced_options"> | |
42 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
43 </expand> | |
44 </inputs> | |
45 <outputs> | |
46 <data name="param_out" format="trafoxml"/> | |
47 </outputs> | |
48 <help>Applies a transformation to a range of values | |
49 | |
50 | |
51 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_TransformationEvaluation.html</help> | |
52 </tool> |