Skip to content

Fix Toil error when using batch system Slurm

Toil no longer accepts --defaultMemory 0 to reserve all the memory on a single node. You should now use --dont_allocate_mem to avoid memory allocation.

Closes RAP-770

Merge request reports

Loading