Closed jbloom closed 4 months ago
The documentation for the slurm plugin refers to the --slurm-init-seconds-before-status-checks flag (see here), but when I try to use such an option I get an error like the following:
--slurm-init-seconds-before-status-checks
snakemake: error: unrecognized arguments: --slurm-init-seconds-before-status-checks=20
Never mind, I figured out that this was only added in version 0.8.0 via this pull request, so upgrading versions fixed this issue.
The documentation for the slurm plugin refers to the
--slurm-init-seconds-before-status-checks
flag (see here), but when I try to use such an option I get an error like the following: