| Previous changeset 7:a2667f8d23de (2025-07-09) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/datamash commit 7ce67f366b741abbff1497e5ef2683cd131971ea |
|
modified:
datamash-transpose.xml macros.xml |
| b |
| diff -r a2667f8d23de -r a884245d3b3a datamash-transpose.xml --- a/datamash-transpose.xml Wed Jul 09 12:53:56 2025 +0000 +++ b/datamash-transpose.xml Mon Mar 23 21:20:16 2026 +0000 |
| [ |
| @@ -2,7 +2,7 @@ <description>rows/columns in a tabular file</description> <macros> <import>macros.xml</import> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> </macros> <edam_topics> <edam_topic>topic_3570</edam_topic> <!-- Pure math / linear algebra --> @@ -10,7 +10,9 @@ <edam_operations> <!-- <edam_operation>operation_1234</edam_operation> --> </edam_operations> - <expand macro="requirements"/> + <expand macro="requirements"> + <requirement type="package" version="9.5">coreutils</requirement> + </expand> <expand macro="stdio"/> <command><![CDATA[ #import os |
| b |
| diff -r a2667f8d23de -r a884245d3b3a macros.xml --- a/macros.xml Wed Jul 09 12:53:56 2025 +0000 +++ b/macros.xml Mon Mar 23 21:20:16 2026 +0000 |
| b |
| @@ -19,6 +19,7 @@ <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">datamash</requirement> + <yield /> </requirements> </xml> <xml name="stdio"> @@ -55,4 +56,4 @@ </citation> </citations> </xml> -</macros> \ No newline at end of file +</macros> |