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

Uploaded
author timpalpant
date Tue, 14 Feb 2012 00:59:33 -0500
parents
children 81d5b81fb3c2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/galaxy-conf/StripMatrix.xml	Tue Feb 14 00:59:33 2012 -0500
@@ -0,0 +1,22 @@
+<tool id="StripMatrix" name="Strip headers" version="1.0.0">
+  <description>from an aligned matrix</description>
+  <command interpreter="sh">galaxyToolRunner.sh visualization.StripMatrix -i $input -o $output</command>
+  <inputs>
+    <param format="tabular" name="input" type="data" label="Aligned matrix" />
+  </inputs>
+  <outputs>
+    <data format="tabular" name="output" metadata="input" />
+  </outputs>
+  <tests>
+    <test>
+      <param name="input" value="stripMatrix.input"/>
+	    <output name="output" file="stripMatrix.output"/>
+    </test>
+  </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.
+  </help>
+</tool>