Open RvV1979 opened 2 months ago
Hi @RvV1979,
thanks for reporting this, that seems to be a consequence of the changes in Snakemake concerning their SLURM setup. Similar issues were reported here. I think the cluster config file needs to be updated to fit with the new SLURM executor of Snakemake. Please have a look there - that should explain how to fix this for your run. Once I circle back to working on grenepipe, I'll then look into how our config files need to be adapted as well to make this easier. Unfortunately, bit short on time for maintenance these days, but I'll get to it eventually :-)
Cheers, and feel free to keep me updated on progress or further troubles - I'll try to help as much as I find the time! Lucas
Hi Lucas, I am running the latest version of grenepipe (v0.13.1) with snakemake 8.15.2 using SLURM using
--executor slurm --profile profiles/slurm
options. The fileprofiles/slurm/cluster_config.yaml
includes the following:However, when executing the pipeline I get the following warnings and jobs do not get accepted:
It seems the specified default settings are not appropriately transmitted. What may be going wrong? Thanks