changeset 32:794a9cf2b2ed draft

Uploaded
author stef
date Wed, 18 Jun 2014 05:56:47 -0400
parents 2517af3f3475
children 4a29cc89e531
files QDNAseq.R
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/QDNAseq.R	Wed Jun 18 05:53:54 2014 -0400
+++ b/QDNAseq.R	Wed Jun 18 05:56:47 2014 -0400
@@ -249,8 +249,8 @@
 robjCopyNrPath <- paste( outputPath, '/', robjCopyNrName, sep="")
 robjCalledPath <- paste( outputPath, '/', robjCalledName, sep="")
 robjRegionPath <- paste( outputPath, '/', regiOutputName, sep="")
-igv_calledPath <- paste( outputPath, '/', igvCalledName, sep="")
-igv_copyNrPath <- paste( outputPath, '/', igvCopyNrName, sep="")
+igvCalledPath  <- paste( outputPath, '/', igvCalledName, sep="")
+igvCopyNrPath  <- paste( outputPath, '/', igvCopyNrName, sep="")
 
 
 ## ------------------------