comparison galaxy-conf/StripMatrix.xml @ 12:81d5b81fb3c2 draft

Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
author timpalpant
date Wed, 25 Apr 2012 16:53:48 -0400
parents 4b32ed5d4a1b
children eb53be9a09f4
comparison
equal deleted inserted replaced
11:b1952a90d4bf 12:81d5b81fb3c2
13 <output name="output" file="stripMatrix.output"/> 13 <output name="output" file="stripMatrix.output"/>
14 </test> 14 </test>
15 </tests> 15 </tests>
16 16
17 <help> 17 <help>
18 .. class:: warningmark
19 18
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. 19 This tool is intended to strip the column/row headers off of an aligned matrix (in matrix2png format) for easy import into Matlab or other software where only the data values are required. It removes the first row and first column from a tabular file.
20
21 -----
22
23 **Example**
24
25 If the following tabular matrix is used as input ::
26
27 ID col1 col2 col3
28 row1 2 4 5
29 row2 5 1 1
30
31 then the following tabular matrix will be produced as output ::
32
33 2 4 5
34 5 1 1
35
21 </help> 36 </help>
22 </tool> 37 </tool>