# HG changeset patch # User stef # Date 1431079160 14400 # Node ID 67cbaa54fa037ea7a55851748b437c1933cce413 # Parent 05e5358b8828a63ab4f29dd21ae7cc5865747eee Uploaded diff -r 05e5358b8828 -r 67cbaa54fa03 QDNAseq.R --- 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)