diff unsorted_uniq.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 60edf2f8c28f
children
line wrap: on
line diff
--- a/unsorted_uniq.xml	Sat Oct 08 21:01:33 2022 +0000
+++ b/unsorted_uniq.xml	Thu Feb 29 22:15:20 2024 +0000
@@ -1,8 +1,9 @@
-<tool id="tp_sorted_uniq" name="Unique" version="@BASE_VERSION@.0">
+<tool id="tp_sorted_uniq" name="Unique" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
   <description>occurrences of each record</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="creator"/>
     <expand macro="requirements" />
     <version_command>sort --version | head -n 1</version_command>
     <command>
@@ -14,8 +15,8 @@
         #if $adv_opts.adv_opts_selector == "advanced":
             -k$adv_opts.column_start,$adv_opts.column_end
         #end if
-        -o "$outfile"
-        "$infile"
+        -o '$outfile'
+        '$infile'
 ]]>
     </command>
     <inputs>
@@ -87,7 +88,6 @@
        chr2 1000 1900  gene5
        chr3   15 1656  gene6
 
-@REFERENCES@
 ]]>
 </help>
 <expand macro="citations" />