Mercurial > repos > peter-waltman > ucsc_cluster_tools2
comparison cluster.tools/remove.tcga.normals.xml @ 0:0decf3fd54bc draft
Uploaded
author | peter-waltman |
---|---|
date | Thu, 28 Feb 2013 01:45:39 -0500 |
parents | |
children | 563832f48c08 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0decf3fd54bc |
---|---|
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> |