comparison datamash-transpose.xml @ 7:70522b458053 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:38:30 +0000
parents 04b2bfdd6288
children a1cdc32ea989
comparison
equal deleted inserted replaced
6:04b2bfdd6288 7:70522b458053
1 <?xml version="1.0"?> 1 <tool id="datamash_transpose" name="Transpose" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <tool id="datamash_transpose" name="Transpose" version="@WRAPPER_VERSION@">
3 <description>rows/columns in a tabular file</description> 2 <description>rows/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 transpose < $in_file > $out_file]]></command> 8 <command><![CDATA[
9 datamash transpose
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_transpose_input.txt" /> 16 <param name="in_file" value="datamash_transpose_input.txt" />
14 <output file="datamash_transpose_output.txt" name="out_file" /> 17 <output file="datamash_transpose_output.txt" name="out_file" />