diff tac.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 74aae7d6cb09
children 08cdbfffce67
line wrap: on
line diff
--- a/tac.xml	Sat Oct 08 20:59:15 2022 +0000
+++ b/tac.xml	Fri Aug 16 10:41:17 2024 +0000
@@ -1,8 +1,9 @@
-<tool id="tp_tac" name="tac" version="@BASE_VERSION@.0">
+<tool id="tp_tac" name="tac" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>reverse a file (reverse cat)</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="creator"/>
     <expand macro="requirements" />
     <version_command>tac --version | head -n 1</version_command>
     <command>
@@ -15,8 +16,8 @@
                     "$separator.separator_string"
                 #end if
             #end if
-            "$infile"
-        > "$outfile"
+            '$infile'
+        > '$outfile'
 ]]>
     </command>
     <inputs>
@@ -85,7 +86,6 @@
 
     5 # 6 7 8 9 0 1 2 3 4
 
-@REFERENCES@
 ]]>
     </help>
     <expand macro="citations" />