Mercurial > repos > iuc > datamash_reverse
view datamash-reverse.xml @ 10:3fc11eab9d9f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/datamash commit 178914e2f45c9d80bd4d88377c634593246b9f36
| author | iuc |
|---|---|
| date | Tue, 18 Nov 2025 22:08:01 +0000 |
| parents | 566c8e0e8b32 |
| children |
line wrap: on
line source
<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 @FIELD_SEPARATOR@ < $in_file > $out_file ]]></command> <expand macro="inputs_outputs" /> <tests> <test> <param name="in_file" value="datamash_reverse_input.txt" /> <output file="datamash_reverse_output.txt" name="out_file" /> </test> </tests> <help> <![CDATA[ @HELP_HEADER@ **Syntax** This tools reverses the order of columns in a tabular input file. ----- **Example** Input file:: Genes Sample Counts NOX1 A1 514 DcP A2 542 HH B3 490 Output file:: Counts Sample Genes 514 A1 NOX1 542 A2 DcP 490 B3 HH @HELP_FOOTER@ ]]> </help> <expand macro="citation"/> </tool>
