comparison datamash-transpose.xml @ 4:ad6cda55d099 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:48:11 -0500
parents 6bc5c4e56518
children 04b2bfdd6288
comparison
equal deleted inserted replaced
3:174d77b091e9 4:ad6cda55d099
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" />