comparison datamash-transpose.xml @ 1:1cb70a56fc89 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit 5a6df0b54ca66fb588886b4610bbd837cd624fed
author iuc
date Wed, 21 Sep 2016 21:45:27 -0400
parents 60e287a6d17d
children 22c2a1ac7ae3
comparison
equal deleted inserted replaced
0:60e287a6d17d 1:1cb70a56fc89
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 transpose < $in_file > $out_file]]></command> 9 <command><![CDATA[datamash transpose < $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_transpose_input.txt" /> 13 <param name="in_file" value="datamash_transpose_input.txt" />
14 <output file="datamash_transpose_output.txt" name="out_file" /> 14 <output file="datamash_transpose_output.txt" name="out_file" />