You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to call batchMap + submitJobs in a loop to send a bunch of jobs to the cluster. Then, wait for everything to finish. However, I trigger this error:
The text was updated successfully, but these errors were encountered:
MLopez-Ibanez
changed the title
batchMap cannot be called repeatedly to add more jobs
calling batchMap + submitJob in a loop triggers "Registry must be empty" error
Jun 26, 2023
OK, this seems to be more or less the same as issue #209 and the suggested work-around seems to be to create a new registry every time, which is not great.
I would like to call
batchMap
+submitJobs
in a loop to send a bunch of jobs to the cluster. Then, wait for everything to finish. However, I trigger this error:https://github.com/mllg/batchtools/blob/1196047ed5115d54bde2923848c1f3ec11fda6d2/R/batchMap.R#L61C1-L62C35
Is this simply not possible?
The text was updated successfully, but these errors were encountered: