Add support for the snakemake option --immediate-submit, which is useful to queue all your jobs at once so you don't have to wait for queue time between jobs. This addition shouldn't change any compatibility with the current profile, but allows for compatibility with --immediate-submit.
This option only works with snakemake >= 7.15.1 since before that, --immediate-submit was broken (see #1851).
Add support for the snakemake option
--immediate-submit
, which is useful to queue all your jobs at once so you don't have to wait for queue time between jobs. This addition shouldn't change any compatibility with the current profile, but allows for compatibility with--immediate-submit
. This option only works withsnakemake >= 7.15.1
since before that,--immediate-submit
was broken (see #1851).