comparison meancentermatrix.xml @ 2:621af44576a2 draft

Uploaded
author insilico-bob
date Thu, 26 Jan 2017 12:14:01 -0500
parents
children
comparison
equal deleted inserted replaced
1:e7e80f706eb6 2:621af44576a2
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <tool id='meancentermatrix' name='meancentermatrix' >
3 <description>Mean Center Sample N columns and Value X Rows matrix avg based on rows</description>
4 <command interpreter="python">meancentermatrix.py '$input1' '$outfile' </command>
5 <inputs>
6 <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"/>
7 </inputs>
8 <outputs>
9 <data format="text" name="outfile"/>
10 </outputs>
11 <tests>
12 <test>
13 <param name='input1' value='test_input.txt' />
14 <output name='outfile' file='test_output.txt' />
15 </test>
16 </tests>
17 <help>This tool mean-centered an array with the row mean value</help>
18 </tool>