Mercurial > repos > bgruening > text_processing
diff multijoin.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/multijoin.xml Sat Oct 08 20:59:15 2022 +0000 +++ b/multijoin.xml Fri Aug 16 10:41:17 2024 +0000 @@ -1,10 +1,11 @@ -<tool id="tp_multijoin_tool" name="Multi-Join" version="@BASE_VERSION@.1"> +<tool id="tp_multijoin_tool" name="Multi-Join" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>(combine multiple files)</description> <macros> <import>macros.xml</import> </macros> + <expand macro="creator"/> <requirements> - <requirement type="package" version="5.22.0.1">perl</requirement> + <requirement type="package" version="5.32">perl</requirement> </requirements> <command> <![CDATA[ @@ -15,7 +16,7 @@ $ignore_dups $output_header $input_header - $first_file + '$first_file' #for $file in $files: '$file' #end for @@ -126,7 +127,6 @@ Input files need not be sorted. -@REFERENCES@ ]]> </help> <expand macro="citations" />
