-
Notifications
You must be signed in to change notification settings - Fork 18
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
Snakemake is not recognizing arguments #22
Comments
@satyanarayan-rao Snakemake 8 completely changed the interface to Slurm. Both this profile (#21) and the official slurm profile (Snakemake-Profiles/slurm#117) were broken by these changes. You have 3 options:
|
Thanks a lot, @jdblischak! I had to downgrade to snakemake 6 and use |
I'm glad you got it working, but to clarify, I don't recommend using
If you used the smk-simple-slurm profile in this repo, it should have worked fine with Snakemake 7. If you're interested in giving it a try, and you still get errors, please feel free to open a new Issue to share the error message and your profile config file
I totally understand the frustration. One option would be to migrate from Though I wouldn't get your hopes up about a mythical stable version of Snakemake. As long as it is actively developed (which is generally a good thing), it will continue to change. I have lots of old pipelines that use |
Hi @jdblischak,
Many thanks for creating a simple profile for SLURM. I am facing issues with using this profile though:
I am using snakemake version 8.4.2. On Snakemake documentation, I learned that config file should be names "config.v8+.yaml". I named accordingly and here the content.
cat simple/config.v8+.yaml
On running snakemake command, I get the following error:
Just the dry run command works fine:
Any help would be greatly appreciated! Please let me know if you need more information.
Thank you very much,
Satya
The text was updated successfully, but these errors were encountered: