changeset 4:1728895db87e draft default tip

Uploaded
author ynewton
date Thu, 17 Jan 2013 20:24:14 -0500
parents 28d795d45ca2
children
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:22:07 2013 -0500
+++ b/get_normal_vs_tumor_sample_ids.xml	Thu Jan 17 20:24:14 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 --in_matrix $tableData --out_normals $outfile1 --out_tumor $outfile2
   </command>
   <inputs>
 	  <param name="tableData" format="tabular" type="data" label="Input data"/>