NathanSkene / EWCE

Expression Weighted Celltype Enrichment. See the package website for up-to-date instructions on usage.
https://nathanskene.github.io/EWCE/index.html
53 stars 25 forks source link

removed makeCluster function #21

Closed nfancy closed 3 years ago

nfancy commented 3 years ago

makeCluster function is not being used within the function and throwing the following error.

Error in makePSOCKcluster(names = spec, ...) : 
  numeric 'names' must be >= 1

Added the info in the help section that to use the package in windows sys one needs to use no_cores = 1 as mclapply was used for the function.