diff 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
line wrap: on
line diff
--- a/galaxy-conf/StripMatrix.xml	Mon Apr 09 11:50:23 2012 -0400
+++ b/galaxy-conf/StripMatrix.xml	Wed Apr 25 16:53:48 2012 -0400
@@ -15,8 +15,23 @@
   </tests>
   
   <help>
-    .. class:: warningmark
     
-    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.
+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.
+
+-----
+
+**Example**
+
+If the following tabular matrix is used as input ::
+
+    ID    col1  col2  col3
+    row1   2     4     5
+    row2   5     1     1
+  
+then the following tabular matrix will be produced as output ::
+
+    2     4     5
+    5     1     1
+
   </help>
 </tool>