mllg / batchtools

Tools for computation on batch systems
https://mllg.github.io/batchtools/
GNU Lesser General Public License v3.0
169 stars 51 forks source link

makeClusterFunctions store.job.collection flag documentation #284

Open mb706 opened 2 years ago

mb706 commented 2 years ago

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 ?