Mercurial > repos > insilico-bob > mean_center_matrix
view meancentermatrix.xml @ 3:9c8c6c3ae359 draft default tip
Deleted selected files
author | insilico-bob |
---|---|
date | Thu, 26 Jan 2017 12:14:24 -0500 |
parents | 621af44576a2 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?> <tool id='meancentermatrix' name='meancentermatrix' > <description>Mean Center Sample N columns and Value X Rows matrix avg based on rows</description> <command interpreter="python">meancentermatrix.py '$input1' '$outfile' </command> <inputs> <param format="text" name="input1" type="data" label="Input Matrix" help="Input tab delimited matrix with a 1st row of Sample IDs and 1st column with labels for values to be mean-centered"/> </inputs> <outputs> <data format="text" name="outfile"/> </outputs> <tests> <test> <param name='input1' value='test_input.txt' /> <output name='outfile' file='test_output.txt' /> </test> </tests> <help>This tool mean-centered an array with the row mean value</help> </tool>