diff unfold_column.xml @ 26:f22a309187a3 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
author bgruening
date Fri, 16 Aug 2024 10:41:17 +0000
parents 1e974b82380d
children
line wrap: on
line diff
--- a/unfold_column.xml	Sat Oct 08 20:59:15 2022 +0000
+++ b/unfold_column.xml	Fri Aug 16 10:41:17 2024 +0000
@@ -1,10 +1,11 @@
-<tool id="tp_unfold_column_tool" name="Unfold" version="@BASE_VERSION@.1">
+<tool id="tp_unfold_column_tool" name="Unfold" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>columns from a table</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="creator"/>
     <requirements>
-        <requirement type="package" version="2.7.13">python</requirement>
+        <requirement type="package" version="3.12">python</requirement>
     </requirements>
     <command>
 <![CDATA[
@@ -60,7 +61,6 @@
     a	b	4	c
     a	b	5	c
 
-@REFERENCES@
 ]]>
   </help>
   <expand macro="citations" />