Mercurial > repos > recetox > table_pandas_arithmetics
comparison table_pandas_arithmetics.xml @ 1:d4bacc06365e draft
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 |
comparison
equal
deleted
inserted
replaced
| 0:e6d5fee8c7a6 | 1:d4bacc06365e |
|---|---|
| 1 <tool id="table_pandas_arithmetics" name="table arithmetics" version="@PANDAS_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT"> | 1 <tool id="table_pandas_arithmetics" name="table arithmetics" version="@PANDAS_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT"> |
| 2 <description>perform arithmetic operations on a dataframe column</description> | 2 <description>perform arithmetic operations on a dataframe column</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 <token name="@VERSION_SUFFIX@">0</token> | 5 <token name="@VERSION_SUFFIX@">1</token> |
| 6 </macros> | 6 </macros> |
| 7 <requirements> | 7 <requirements> |
| 8 <expand macro="requirement_pandas_pyarrow"/> | 8 <expand macro="requirement_pandas_pyarrow"/> |
| 9 </requirements> | 9 </requirements> |
| 10 <required_files> | 10 <required_files> |
| 28 <option value="sub">Subtract</option> | 28 <option value="sub">Subtract</option> |
| 29 <option value="div">Divide</option> | 29 <option value="div">Divide</option> |
| 30 <option value="add">Add</option> | 30 <option value="add">Add</option> |
| 31 <option value="pow">Power</option> | 31 <option value="pow">Power</option> |
| 32 </param> | 32 </param> |
| 33 <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."/> | 33 <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."/> |
| 34 </inputs> | 34 </inputs> |
| 35 <outputs> | 35 <outputs> |
| 36 <data name="output_dataset" format_source="input_dataset" label="${tool.name} on ${on_string}"> | 36 <data name="output_dataset" format_source="input_dataset" label="${tool.name} on ${on_string}"> |
| 37 <change_format> | 37 <change_format> |
| 38 <when input="input_dataset.ext" value="tsv" format="tabular" /> | 38 <when input="input_dataset.ext" value="tsv" format="tabular" /> |
