Closed zhengxwen closed 9 years ago
library(SeqArray) library(parallel) cl <- makeCluster(2) f <- seqOpen(seqExampleFileName("gds")) seqParallel(cl, f, FUN=function(f) { objdesp.gdsn(index.gdsn(f, "sample.id")) })
returns an error:
Error in .DynamicClusterCall(cl, length(cl), .fun = function(.idx, .n_process, : One of the nodes produced an error: Invalid GDS node object (it was closed or deleted).
returns an error: