view 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 source

<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>