comparison galaxy-conf/StripMatrix.xml @ 4:4b32ed5d4a1b

Uploaded
author timpalpant
date Tue, 14 Feb 2012 00:59:33 -0500
parents
children 81d5b81fb3c2
comparison
equal deleted inserted replaced
3:4b610dc8f6ba 4:4b32ed5d4a1b
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>