Skip to content

Fix slurm max jobs

David Rafferty requested to merge fix_slurm_max_jobs into master

This MR adds the new (as of v5.10.0) Toil arg maxJobs, which controls how many jobs are submitted to the Slurm queue at once. The old arg for this was not removed, to ensure compatibility with older versions of Toil.

Merge request reports