Mercurial > repos > ynewton > extract_tumor_vs_normal_tcga_ids
changeset 2:82e5ee13fe5a draft
Uploaded
author | ynewton |
---|---|
date | Thu, 17 Jan 2013 20:18:46 -0500 |
parents | 5240f8985481 |
children | 28d795d45ca2 |
files | get_normal_vs_tumor_sample_ids.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/get_normal_vs_tumor_sample_ids.xml Thu Jan 17 20:08:25 2013 -0500 +++ b/get_normal_vs_tumor_sample_ids.xml Thu Jan 17 20:18:46 2013 -0500 @@ -1,6 +1,6 @@ <tool id="extract_tumor_vs_normal_ID_lists" name="Extract tumor vs. normal TCGA IDs" version="1.0.0"> <description>Extract normal vs. tumor IDs for TCGA samples</description> - <command interpreter="python">get_normal_vs_tumor_sample_ids.py --in_matrix $tableData --out_normals $outfile1 --out_tumor $outfile2 + <command interpreter="python">get_normal_vs_tumor_sample_ids.py $tableData $outfile1 $outfile2 </command> <inputs> <param name="tableData" format="tabular" type="data" label="Input data"/>