snakemake / snakemake-executor-plugin-slurm

A Snakemake executor plugin for submitting jobs to a SLURM cluster
MIT License
18 stars 19 forks source link

problem with `--slurm-init-seconds-before-status-checks` option #116

Closed jbloom closed 4 months ago

jbloom commented 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:

snakemake: error: unrecognized arguments: --slurm-init-seconds-before-status-checks=20
jbloom commented 4 months ago

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.