changeset 1:d4bacc06365e draft default tip

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/tables commit f69717379738dfeb8e0c212685c269fbb0a2035e
author recetox
date Wed, 29 Jan 2025 15:46:51 +0000
parents e6d5fee8c7a6
children
files table_pandas_arithmetics.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/table_pandas_arithmetics.xml	Wed Jan 29 15:35:42 2025 +0000
+++ b/table_pandas_arithmetics.xml	Wed Jan 29 15:46:51 2025 +0000
@@ -2,7 +2,7 @@
     <description>perform arithmetic operations on a dataframe column</description>
     <macros>
         <import>macros.xml</import>
-        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@VERSION_SUFFIX@">1</token>
     </macros>
     <requirements>
         <expand macro="requirement_pandas_pyarrow"/>
@@ -30,7 +30,7 @@
             <option value="add">Add</option>
             <option value="pow">Power</option>
         </param>
-        <param name="operand" type="float" label="Operand" help="The operand value to use in the arithmetic operation. This value will be applied to each element in the selected column."/>
+        <param name="operand" type="float" label="Operand" value="0" help="The operand value to use in the arithmetic operation. This value will be applied to each element in the selected column."/>
     </inputs>
     <outputs>
         <data name="output_dataset" format_source="input_dataset" label="${tool.name} on ${on_string}">