-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hello,
Snakemake was recently updated to version 8.0 with quite extensive changes to its API. I was wondering if there were any plans to update this repository so that it is compatible with the latest version of snakemake?
I attempted to use a profile generated from the latest version of this repo with snakemake 8.0 and received the following error:
snakemake: error: unrecognized arguments: --cluster-cancel=scancel --cluster=profile/test_profile_dir/slurm/slurm-submit.py --cluster-status=profile/test_profile_dir/slurm/slurm-status.py
As an alternative approach, I attempted to use the snakemake executor plug-in, but also encountered issues (cf: snakemake/snakemake-executor-plugin-slurm#11)
As a result, there is functionality in snakemake versions <8.0, which does not seem to exist in the latest version of snakemake