changeset 6:56a8da1f2243 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/table_compute commit 68bec02f3dbf1d7eaaa8d7577e361f635ba14fac
author iuc
date Fri, 14 Feb 2025 09:22:40 +0000
parents 3bf5661c0280
children
files table_compute.xml
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/table_compute.xml	Mon Nov 14 10:54:20 2022 +0000
+++ b/table_compute.xml	Fri Feb 14 09:22:40 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@">0</token>
+        <token name="@WRAPPER_VERSION@">1</token>
         <token name="@COPEN@"><![CDATA[<code>]]></token>
         <token name="@CCLOSE@"><![CDATA[</code>]]></token>
         <import>allowed_functions.xml</import>
@@ -97,6 +97,10 @@
         <requirement type="package" version="1.19.2">numpy</requirement>
     </requirements>
 
+    <required_files>
+        <include path="scripts/safety.py" />
+    </required_files>
+
     <version_command><![CDATA[
         python '$__tool_directory__/scripts/table_compute.py' --version
     ]]></version_command>