# HG changeset patch # User stef # Date 1425567219 18000 # Node ID 05e5358b8828a63ab4f29dd21ae7cc5865747eee # Parent 81ba2f857fe259b3908a6645f6a3024e7c008f45 Uploaded diff -r 81ba2f857fe2 -r 05e5358b8828 QDNAseq.R --- a/QDNAseq.R Wed Mar 04 08:42:14 2015 -0500 +++ b/QDNAseq.R Thu Mar 05 09:53:39 2015 -0500 @@ -290,7 +290,7 @@ ## proceed with segmenting / calling if requested if ( doSegment ){ - copyNumbersSegmented <- segmentBins( copyNumbersSmooth, undo.splits=undoSplits, undo.SD=undoSD, transformFun="sqrt" ) + copyNumbersSegmented <- segmentBins( copyNumbersSmooth, undo.splits=undoSplits, undo.SD=undoSD, transformFun=c("sqrt") ) copyNumbersSegmented <- normalizeSegmentedBins( copyNumbersSegmented ) outputData <- copyNumbersSegmented outputType <- 'segments' diff -r 81ba2f857fe2 -r 05e5358b8828 QDNAseq.xml --- a/QDNAseq.xml Wed Mar 04 08:42:14 2015 -0500 +++ b/QDNAseq.xml Thu Mar 05 09:53:39 2015 -0500 @@ -274,22 +274,22 @@ - + ( "bin1000kb" in binSizes and txt2history == 'TRUE') - + ("bin100kb" in binSizes and txt2history == 'TRUE') - + ("bin30kb" in binSizes and txt2history == 'TRUE') - + ("bin15kb" in binSizes and txt2history == 'TRUE') - + ("bin5kb" in binSizes and txt2history == 'TRUE') - + ("bin1kb" in binSizes and txt2history == 'TRUE') @@ -356,7 +356,7 @@ .. class:: warningmark -Requires **internet access** for downloading bin-annotations from bitbucket and to show some styling (css) of the final report +Some optional history input/output files are of format "rds" (file format to store a R object). This is not registered in galaxy by default, so has to be added to the available datatypes. -----