Open ckmah opened 8 years ago
Hi Clarence,
Thanks for posting this error. I'm actually quite surprised this is occurring for so few cells (91, correct?). I run SCONE on larger data sets using a laptop with less memory. I'm curious whether the error occurs in serial mode. This may be specified by calling
`BiocParallel::register(BiocParallel::SerialParam())`
prior to the scone()
call.
I just tried it in serial mode and the error seems to have gone away. I'll keep you updated and let you know when I get a chance to try it on a larger dataset.
I have the same issue when I run DESeq2 with the parallel option
I came across an error running the following call to
scone(run=TRUE)
while running through the Bioc2016 workshop vignette (addedverbose = TRUE
flag):Output:
Some details:
fcounts
is a 10610 x 91 expression matrix using the data from the vignette. I ran this through RStudio with R default memory settings on OSX with 16GB RAM. @mbcole advised me to post this issue as a potential memory bug.