Mercurial > repos > galaxyp > openms_transformationevaluation
diff TransformationEvaluation.xml @ 11:24d0298006e1 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 55a2aeba8bfd8a6910630721de9857dcdfe05d3c"
author | galaxyp |
---|---|
date | Tue, 13 Oct 2020 19:42:41 +0000 |
parents | fc8e5a66639c |
children | 76ae6a5181b5 |
line wrap: on
line diff
--- a/TransformationEvaluation.xml Thu Sep 24 12:25:07 2020 +0000 +++ b/TransformationEvaluation.xml Tue Oct 13 19:42:41 2020 +0000 @@ -55,13 +55,13 @@ <param name="max" argument="-max" type="float" optional="true" value="0.0" label="Maximum value to transform (if at or below 'min', select a suitable maximum based on the transformation description)" help=""/> <param name="step" argument="-step" type="float" optional="true" min="0.001" value="1.0" label="Step size between 'min' and 'max'" help=""/> <expand macro="adv_opts_macro"> - <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> + <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> <expand macro="list_string_san"/> </param> </expand> - <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="false"> - <option value="out_FLAG">out (Enables the test mode (needed for internal use only))</option> + <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> + <option value="out_FLAG">out (Output file containing original and transformed values; if empty, output is written to the screen)</option> <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> </param> </inputs> @@ -83,6 +83,6 @@ <help><![CDATA[Applies a transformation to a range of values -For more information, visit http://www.openms.de/documentation/UTILS_TransformationEvaluation.html]]></help> +For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_TransformationEvaluation.html]]></help> <expand macro="references"/> </tool>