comparison get_normal_vs_tumor_sample_ids.xml @ 1:5240f8985481 draft

Uploaded
author ynewton
date Thu, 17 Jan 2013 20:08:25 -0500
parents
children 82e5ee13fe5a
comparison
equal deleted inserted replaced
0:72b0123a8587 1:5240f8985481
1 <tool id="extract_tumor_vs_normal_ID_lists" name="Extract tumor vs. normal TCGA IDs" version="1.0.0">
2 <description>Extract normal vs. tumor IDs for TCGA samples</description>
3 <command interpreter="python">get_normal_vs_tumor_sample_ids.py --in_matrix $tableData --out_normals $outfile1 --out_tumor $outfile2
4 </command>
5 <inputs>
6 <param name="tableData" format="tabular" type="data" label="Input data"/>
7 </inputs>
8 <outputs>
9 <data name="outfile1" format="tabular"/>
10 <data name="outfile2" format="tabular"/>
11 </outputs>
12 <help>
13 **What it does**
14
15 Takes a matrix of TCGA samples and extract two lists: normal sample IDs and tumor sample IDs.
16
17 </help>
18 </tool>