diff QDNAseq.R @ 80:67cbaa54fa03 draft

Uploaded
author stef
date Fri, 08 May 2015 05:59:20 -0400
parents 05e5358b8828
children
line wrap: on
line diff
--- a/QDNAseq.R	Thu Mar 05 09:53:39 2015 -0500
+++ b/QDNAseq.R	Fri May 08 05:59:20 2015 -0400
@@ -294,8 +294,8 @@
 		copyNumbersSegmented  <- normalizeSegmentedBins( copyNumbersSegmented )
 		outputData <- copyNumbersSegmented
 		outputType <- 'segments'
-		igvPath <- paste( outputPath, '/', rdsSegmName, sep='')
-		rdsPath <- paste( outputPath, '/', igvSegmName, sep='')
+		igvPath <- paste( outputPath, '/', igvSegmName, sep='')
+		rdsPath <- paste( outputPath, '/', rdsSegmName, sep='')
 	}
 	if ( doCall ){
 		copyNumbersCalled <- callBins(copyNumbersSegmented)