diff recurring_lines.xml @ 19:12615d397df7 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
author bgruening
date Thu, 29 Feb 2024 22:15:20 +0000
parents 74a8bef53a00
children
line wrap: on
line diff
--- a/recurring_lines.xml	Sat Oct 08 21:01:33 2022 +0000
+++ b/recurring_lines.xml	Thu Feb 29 22:15:20 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" />