script_load.Rd
Load a script job from its registry directory
script_load(registry_dir)
Path to the batchtools registry directory
A parade_script_job object
parade_script_job
# \donttest{ # Requires an existing registry path from a prior SLURM job # if (dir.exists("/path/to/registry")) script_load("/path/to/registry") # }