CellChat icon indicating copy to clipboard operation
CellChat copied to clipboard

netClustering still use future::multiprocess

Open wwzhang opened this issue 1 year ago • 1 comments

multiprocess is removed from the recent version of future package, which lead to error message "No such strategy for futures: 'multiprocess'".

Please help to change it to use multisession

wwzhang avatar Sep 18 '23 01:09 wwzhang

I have just changed multiprocess for multisession (recommended) or multicore. The script would be this: cellchat <- subsetData(cellchat) future::plan("multisession", workers = 4)

And nothing else changed.

SamuelAlvarezArguedas avatar Sep 18 '23 18:09 SamuelAlvarezArguedas