Mercurial > repos > iuc > datamash_reverse
comparison datamash-reverse.xml @ 4:28274c5369e9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit baa6a1ec8b3c440cdf73409ccaafcd303e9f4e72
| author | iuc |
|---|---|
| date | Mon, 30 Nov 2015 21:47:56 -0500 |
| parents | 042983856078 |
| children | 03baeb90d12b |
comparison
equal
deleted
inserted
replaced
| 3:1dfe2dd0093c | 4:28274c5369e9 |
|---|---|
| 4 <macros> | 4 <macros> |
| 5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
| 6 </macros> | 6 </macros> |
| 7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
| 8 <expand macro="stdio" /> | 8 <expand macro="stdio" /> |
| 9 <command><![CDATA[datamash -W reverse < $in_file > $out_file]]></command> | 9 <command><![CDATA[datamash reverse < $in_file > $out_file]]></command> |
| 10 <expand macro="inputs_outputs" /> | 10 <expand macro="inputs_outputs" /> |
| 11 <tests> | 11 <tests> |
| 12 <test> | 12 <test> |
| 13 <param name="in_file" value="datamash_reverse_input.txt" /> | 13 <param name="in_file" value="datamash_reverse_input.txt" /> |
| 14 <output file="datamash_reverse_output.txt" name="out_file" /> | 14 <output file="datamash_reverse_output.txt" name="out_file" /> |
