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
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