-
Notifications
You must be signed in to change notification settings - Fork 3
invalid choice: 'slurm-jobstep' (choose from 'local', 'd ryrun', 'touch') #25
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
Comments
Hi, I can only assume there is an issue with your setup. The idea is that this plugin is a dependency of the
If these hints do not help, please post your environment (e.g. by appending a text file). You get it by invoking |
Hello @cmeesters My profile looks like this
The way I run my workflows is like this : snakemake --profile profile_name Now I get this weired error WorkflowError: Even though saactmgr is listing the account |
apologies this last comment was fixed but my my main issue with the executor still there main.py: error: argument --executor/-e: invalid choice: 'slurm-jobstep' (choose from 'local', 'dryrun', 'touch') The rule looks like this
|
I apologize, I found my issue, I had to get this plugin setup in all nodes :) silly mistake |
Glad it's working. Just 2 cents:
I really hope this helps. |
Hello everyone
I am trying to execute a Snakemake pipeline on a slurm cluster but I get this error
"error: argument --executor/-e: invalid choice: 'slurm-jobstep' (choose from 'local', 'dryrun', 'touch')"
I am using the latest version of snakemake and also using an older version (unfortunately cannot upgrade) of slurm (~19)
Locally everything seems to work Ok but when I use executer slurm in my profile this error occure in all my log files (the jobs I mean)
Any idea ?
The text was updated successfully, but these errors were encountered: