Mercurial > repos > bgruening > text_processing
diff easyjoin.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 | fb4ff3c42cd3 |
children |
line wrap: on
line diff
--- a/easyjoin.xml Sat Oct 08 21:01:33 2022 +0000 +++ b/easyjoin.xml Thu Feb 29 22:15:20 2024 +0000 @@ -1,17 +1,18 @@ -<tool id="tp_easyjoin_tool" name="Join" version="@BASE_VERSION@.2"> +<tool id="tp_easyjoin_tool" name="Join" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>two files</description> <macros> <import>macros.xml</import> </macros> + <expand macro="creator"/> <expand macro="requirements"> - <requirement type="package" version="5.22.0.1">perl</requirement> + <requirement type="package" version="5.32">perl</requirement> </expand> <version_command>join --version | head -n 1</version_command> <command> <![CDATA[ - cp $__tool_directory__/sort-header ./ && + cp '$__tool_directory__/sort-header' ./ && chmod +x sort-header && - perl $__tool_directory__/easyjoin + perl '$__tool_directory__/easyjoin' $jointype -t $'\t' $header @@ -20,8 +21,8 @@ $ignore_case -1 '$column1' -2 '$column2' - "$infile1" - "$infile2" + '$infile1' + '$infile2' > '$output' ]]> </command> @@ -109,7 +110,6 @@ * The header line (**Fruit Color Price**) was joined and kept as first line. * Missing values ( Avocado's color, missing from the first file ) are replaced with a period character. -@REFERENCES@ ]]> </help> <expand macro="citations" />