Mercurial > repos > iuc > datamash_reverse
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6:03baeb90d12b | 7:214efb055fd3 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <tool id="datamash_reverse" name="Reverse" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
| 2 <tool id="datamash_reverse" name="Reverse" version="@WRAPPER_VERSION@"> | |
| 3 <description>columns in a tabular file</description> | 2 <description>columns in a tabular file</description> |
| 4 <macros> | 3 <macros> |
| 5 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 6 </macros> | 5 </macros> |
| 7 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
| 8 <expand macro="stdio" /> | 7 <expand macro="stdio" /> |
| 9 <command><![CDATA[datamash reverse < $in_file > $out_file]]></command> | 8 <command><![CDATA[ |
| 9 datamash reverse | |
| 10 @FIELD_SEPARATOR@ | |
| 11 < $in_file > $out_file | |
| 12 ]]></command> | |
| 10 <expand macro="inputs_outputs" /> | 13 <expand macro="inputs_outputs" /> |
| 11 <tests> | 14 <tests> |
| 12 <test> | 15 <test> |
| 13 <param name="in_file" value="datamash_reverse_input.txt" /> | 16 <param name="in_file" value="datamash_reverse_input.txt" /> |
| 14 <output file="datamash_reverse_output.txt" name="out_file" /> | 17 <output file="datamash_reverse_output.txt" name="out_file" /> |
| 15 </test> | 18 </test> |
| 16 </tests> | 19 </tests> |
| 17 <help> | 20 <help> |
| 18 <