Mercurial > repos > iuc > table_compute
comparison table_compute.xml @ 7:943fd8c6c8fd draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/table_compute commit a9d3251b40bc6ae1147b2e013d623f957a981421
| author | iuc |
|---|---|
| date | Mon, 09 Jun 2025 12:33:20 +0000 |
| parents | 60fe2f38dd0b |
| children |
comparison
equal
deleted
inserted
replaced
| 6:60fe2f38dd0b | 7:943fd8c6c8fd |
|---|---|
| 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@">1</token> | 5 <token name="@WRAPPER_VERSION@">2</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" > |
| 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 | 99 |
| 100 <required_files> | 100 <required_files> |
| 101 <include path="scripts/safety.py" /> | 101 <include path="scripts/safety.py" /> |
| 102 <include path="scripts/table_compute.py" /> | |
| 102 </required_files> | 103 </required_files> |
| 103 | 104 |
| 104 <version_command><![CDATA[ | 105 <version_command><![CDATA[ |
| 105 python '$__tool_directory__/scripts/table_compute.py' --version | 106 python '$__tool_directory__/scripts/table_compute.py' --version |
| 106 ]]></version_command> | 107 ]]></version_command> |
