-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
It is me again :)
Does the nesting of the futures also work with BiocParallel.FutureParam like doFuture and Future does?
Does this locally:
library("BiocParallel")
register(MulticoreParam(36))
Translate to this when working with a remote machine:
library("BiocParallel.FutureParam")
register(FutureParam())
plan(list(tweak(remote, workers = "monster"), multicore))
With the same syntax of %->% to "peel off" futures?
Reactions are currently unavailable