-
Currently, if we use `Score` and want to parallelize, we need to either let `Score` create a cluster for us or pass in a cluster.
This is quite limiting for me, as I'd like to work with futures and…
-
Currently you have to set up the cluster twice:
1. For `batchtools` where you create a configuration file + a template file; the config file calls the cluster function constructor and possibly sets…
-
This example for future_apply from the documentation does not work for multiprocess. It only works for plan(sequential). For multiprocess it gives the error:
```r
Error in ...future.FUN(...future.…
-
I'm creating a drake project using parallel processing (locally, not using a cluster) and the user manual has left me a bit uncertain as to which packages I actually require. The `future` package is d…
-
I was wondering if there was any update on incorporating user defined registry compression in `future.batchools` (mllg/batchtools#245). It seems like `batchtools` wants the compression type to be spec…
-
## Prework
* [x] I understand and agree to this repository's [code of conduct](https://github.com/wlandau/targets-manual/blob/master/CODE_OF_CONDUCT.md).
* [x] I understand and agree to this repos…
-
I'm surprised that Batchtools can't load furrr, given that furrr is designed to work with batchtools. Including `%packages% c('furrr')` for the parallelized function doesn't help.
Reprex:
```
…
-
Thank you for ChIP-enrich. It's a great tool.
Could i please ask a question regarding the custom geneset. I have run what is in the manual:
`data(peaks_E2F4, package = 'chipenrich.data')`
`pea…
-
I am running the `systemPipeRIBOseq.Rmd` in ~/Data School/Packages/systemPipeRdata/exdata/workflows/riboseq with `.libPaths(c("C:/Users/ale097/Data School/Packages"))` defined prior to loading librari…
-
Since compute nodes often don't share `tempdir()`, testing `batchtools_()` backends on an HPC environment with often fail; the create batchools registry created on the main host (e.g. `/scratch/hb/Rtm…