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

Edit the job template without clearing the entire registry #288

Open multimeric opened 1 year ago

multimeric commented 1 year ago

Currently the only way I'm able to get batchools to use an updated slurm job template is by using removeRegistry() followed by makeRegistry(). Is there a better and less destructive way to do this? Likewise for editing the config file, it seems.