batchtools icon indicating copy to clipboard operation
batchtools copied to clipboard

makeClusterFunctions store.job.collection flag documentation

Open mb706 opened this issue 4 years ago • 0 comments

The makeClusterFunctions documentation for the store.jobs.collection flag says

If set to FALSE, the JobCollection is serialized to the file system before submitting the job.

But I assume exactly the opposite is the case, given e.g. https://github.com/mllg/batchtools/blob/4c2a476725452e742ed59b9a45457723cd398ab2/R/submitJobs.R#L278-L279 ?

mb706 avatar Jan 30 '22 21:01 mb706