-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic runtime resource fails with SLURM #62
Comments
Outch. Thanks for the report! Can you please attach your minimal example? And perhaps a log create with |
Sure!
and a slightly redacted version of the verbose log:
|
I just tried replacing the runtime with EDIT: tried this again, and this time it protested. Additional verification needed. |
I've created a minimal workflow and I set
runtime: f"{2 + attempt}h"
in my workflow profile. It is correctly parsed by snakemake in the sense that it printsruntime=180
as a part of the resources, but I get the errorSLURM job submission failed. The error message was sbatch: error: Script arguments not permitted with --wrap option
. I improvised the runtime specification since I couldn't find a documented way of doing it - is there a recommended/working way to specify dynamic runtimes in the profile?The text was updated successfully, but these errors were encountered: