futureverse / futureverse/BiocParallel.FutureParam

nested remote Biocparallel

Open
#1 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Makefile
Stars
7
Forks
4
PR merge metrics
No merged PRs in 30d

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.