4
|
1 <tool id="StripMatrix" name="Strip headers" version="1.0.0">
|
|
2 <description>from an aligned matrix</description>
|
|
3 <command interpreter="sh">galaxyToolRunner.sh visualization.StripMatrix -i $input -o $output</command>
|
|
4 <inputs>
|
|
5 <param format="tabular" name="input" type="data" label="Aligned matrix" />
|
|
6 </inputs>
|
|
7 <outputs>
|
|
8 <data format="tabular" name="output" metadata="input" />
|
|
9 </outputs>
|
|
10 <tests>
|
|
11 <test>
|
|
12 <param name="input" value="stripMatrix.input"/>
|
|
13 <output name="output" file="stripMatrix.output"/>
|
|
14 </test>
|
|
15 </tests>
|
|
16
|
|
17 <help>
|
|
18 .. class:: warningmark
|
|
19
|
|
20 This tool is intended to strip the column/row headers off of an aligned matrix (in matrix2png format) for easy import into Matlab if only data values are required.
|
|
21 </help>
|
|
22 </tool>
|