diff recurring_lines.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 08cdbfffce67
line wrap: on
line diff
--- a/recurring_lines.xml	Sat Oct 08 20:59:15 2022 +0000
+++ b/recurring_lines.xml	Fri Aug 16 10:41:17 2024 +0000
@@ -1,8 +1,9 @@
-<tool id="tp_text_file_with_recurring_lines" name="Create text file" version="@BASE_VERSION@.0">
+<tool id="tp_text_file_with_recurring_lines" name="Create text file" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>with recurring lines</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="creator"/>
     <expand macro="requirements" />
     <version_command>yes --version | head -n 1</version_command>
     <command>
@@ -13,7 +14,7 @@
             #else:
                 times=`wc -l $token.repeat_select.infile | awk '{print $1}'`;
             #end if
-            yes -- "${token.line}" 2>/dev/null | head -n \$times >> $outfile;
+            yes -- '${token.line}' 2>/dev/null | head -n \$times >> '$outfile';
         #end for
 ]]>
     </command>
@@ -72,7 +73,6 @@
 The entire string will be printed X times separated by a line break. X can be either given by the use as a number or calculated by a given file.
 In case the user provides a file, the line number will be used as X.
 
-@REFERENCES@
 ]]>
     </help>
     <expand macro="citations" />