changeset 19:6c2b538f2cc6 draft

Uploaded
author bzonnedda
date Thu, 23 Feb 2017 05:22:05 -0500
parents ebbed639d9fa
children c56e89c84654
files c_rpkm.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/c_rpkm.xml	Thu Feb 23 04:56:12 2017 -0500
+++ b/c_rpkm.xml	Thu Feb 23 05:22:05 2017 -0500
@@ -6,20 +6,20 @@
 	#if str($input_bam.label.value) != "":
 	     ln -s ${input_bam.inputFile} ${$input_bam.label.value}.bam;
 	     ln -s ${input_bam.inputFile.metadata.bam_index} ${$input_bam.label.value}.bam.bai;
-	     python conifer.py rpkm 
+	     conifer.py rpkm 
 	     --probes $probesFile 
 	     --input ${$input_bam.label.value}.bam
 	     --output rpkm_dir/${$input_bam.label.value}.txt;
 	#else
 	     ln -s ${input_bam.inputFile} ${input_bam.inputFile.dataset.name}.bam;
 	     ln -s ${input_bam.inputFile.metadata.bam_index} ${input_bam.inputFile.dataset.name}.bam.bai;
-	     python conifer.py rpkm 
+	     conifer.py rpkm 
 	     --probes $probesFile 
 	     --input ${input_bam.inputFile.dataset.name}.bam
 	     --output rpkm_dir/${input_bam.inputFile.dataset.name}.txt;
 	#end if
 #end for
-     python conifer.py analyze 
+     conifer.py analyze 
      --probes $probesFile 
      --rpkm_dir rpkm_dir  
      --output $outputFile