comparison table_compute.xml @ 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
comparison
equal deleted inserted replaced
5:3bf5661c0280 6:56a8da1f2243
1 <tool id="table_compute" name="Table Compute" version="@VERSION@+galaxy@WRAPPER_VERSION@"> 1 <tool id="table_compute" name="Table Compute" version="@VERSION@+galaxy@WRAPPER_VERSION@">
2 <description>computes operations on table data</description> 2 <description>computes operations on table data</description>
3 <macros> 3 <macros>
4 <token name="@VERSION@">1.2.4</token> 4 <token name="@VERSION@">1.2.4</token>
5 <token name="@WRAPPER_VERSION@">0</token> 5 <token name="@WRAPPER_VERSION@">1</token>
6 <token name="@COPEN@"><![CDATA[<code>]]></token> 6 <token name="@COPEN@"><![CDATA[<code>]]></token>
7 <token name="@CCLOSE@"><![CDATA[</code>]]></token> 7 <token name="@CCLOSE@"><![CDATA[</code>]]></token>
8 <import>allowed_functions.xml</import> 8 <import>allowed_functions.xml</import>
9 <!-- text field validators --> 9 <!-- text field validators -->
10 <macro name="validator_text" > 10 <macro name="validator_text" >
94 </macros> 94 </macros>
95 <requirements> 95 <requirements>
96 <requirement type="package" version="1.2.4">pandas</requirement> 96 <requirement type="package" version="1.2.4">pandas</requirement>
97 <requirement type="package" version="1.19.2">numpy</requirement> 97 <requirement type="package" version="1.19.2">numpy</requirement>
98 </requirements> 98 </requirements>
99
100 <required_files>
101 <include path="scripts/safety.py" />
102 </required_files>
99 103
100 <version_command><![CDATA[ 104 <version_command><![CDATA[
101 python '$__tool_directory__/scripts/table_compute.py' --version 105 python '$__tool_directory__/scripts/table_compute.py' --version
102 ]]></version_command> 106 ]]></version_command>
103 107