SCEVAN icon indicating copy to clipboard operation
SCEVAN copied to clipboard

Parallel problem on serialize

Open oandrefonseca opened this issue 1 year ago • 2 comments

results <- pipelineCNA(seurat_sample_count, organism = 'human', par_cores = 8, SUBCLONES = FALSE)

[1] " raw data - genes: 17617 cells: 9386" [1] "1) Filter: cells > 200 genes" [1] "2) Filter: genes > 10% of cells" [1] "7525 genes past filtering" [1] "3) Annotations gene coordinates" Error in serialize(data, node$con) : error writing to connection

I tried to reduce the par_cores value, but nothing seemed to work.

oandrefonseca avatar Apr 06 '23 14:04 oandrefonseca