comparison cluster.tools/remove.tcga.normals.xml @ 2:b442996b66ae draft

Uploaded
author peter-waltman
date Wed, 27 Feb 2013 20:17:04 -0500
parents
children
comparison
equal deleted inserted replaced
1:e25d2bece0a2 2:b442996b66ae
1 <tool id="remove_tcga_normal_samples" name="Remove TGCA Normal Samples" force_history_refresh="True">
2 <command interpreter="python">remove.tcga.normals.py
3 -d $dataset
4 -o ${output}
5
6 </command>
7 <inputs>
8 <param name="dataset" type="data" format='tabular' label="Matrix containing TCGA Normal Samples"/>
9 </inputs>
10 <outputs>
11 <data format="tabular" name="output" label="Tumor Sample Matrix"/>
12 </outputs>
13 <help>
14 .. class:: infomark
15
16 **Remove Normal Samples** - Tool to remove the normal samples from a matrix **(ASSUMES samples are in the columns of matrix)**
17
18 **OUTPUT:** A new matrix without normal samples
19
20 ----
21
22 **INPUT**
23
24 - **Matrix that contains normal samples** Input matrix that potentially contains normal samples
25
26
27 </help>
28 </tool>