Mercurial > repos > iuc > datamash_reverse
diff datamash-reverse.xml @ 7:214efb055fd3 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit 206ac70388ea11b168366f1e30bb44157e371c6e"
| author | iuc |
|---|---|
| date | Sun, 10 Apr 2022 11:39:02 +0000 |
| parents | 03baeb90d12b |
| children | 566c8e0e8b32 |
line wrap: on
line diff
--- a/datamash-reverse.xml Fri Sep 07 10:50:56 2018 -0400 +++ b/datamash-reverse.xml Sun Apr 10 11:39:02 2022 +0000 @@ -1,12 +1,15 @@ -<?xml version="1.0"?> -<tool id="datamash_reverse" name="Reverse" version="@WRAPPER_VERSION@"> +<tool id="datamash_reverse" name="Reverse" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>columns in a tabular file</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements" /> <expand macro="stdio" /> - <command><![CDATA[datamash reverse < $in_file > $out_file]]></command> + <command><![CDATA[ + datamash reverse + @FIELD_SEPARATOR@ + < $in_file > $out_file + ]]></command> <expand macro="inputs_outputs" /> <tests> <test> @@ -18,8 +21,6 @@ <