# HG changeset patch
# User recetox
# Date 1738165611 0
# Node ID d4bacc06365ea81ebad2b639c5918c8671007927
# Parent  e6d5fee8c7a60b2b28e5b31198d1ea9bcb05f745
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/tables commit f69717379738dfeb8e0c212685c269fbb0a2035e

diff -r e6d5fee8c7a6 -r d4bacc06365e table_pandas_arithmetics.xml
--- 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}">