| Previous changeset 6:56a8da1f2243 (2025-02-14) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/table_compute commit a9d3251b40bc6ae1147b2e013d623f957a981421 |
|
modified:
table_compute.xml |
| b |
| diff -r 56a8da1f2243 -r cd36d6e45e29 table_compute.xml --- a/table_compute.xml Fri Feb 14 09:22:40 2025 +0000 +++ b/table_compute.xml Mon Jun 09 12:33:36 2025 +0000 |
| [ |
| @@ -2,7 +2,7 @@ <description>computes operations on table data</description> <macros> <token name="@VERSION@">1.2.4</token> - <token name="@WRAPPER_VERSION@">1</token> + <token name="@WRAPPER_VERSION@">2</token> <token name="@COPEN@"><![CDATA[<code>]]></token> <token name="@CCLOSE@"><![CDATA[</code>]]></token> <import>allowed_functions.xml</import> @@ -99,6 +99,7 @@ <required_files> <include path="scripts/safety.py" /> + <include path="scripts/table_compute.py" /> </required_files> <version_command><![CDATA[ |