-
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
LSF profile is broken for newest 7.1.1 (2022-03-07) snakemake version #45
Comments
Thanks for pushing this fix. I can confirm that it worked for me using snakemake v7.3.8. I'm running into an issue where the default memory limit doesn't seem to be getting pulled from the Cookiecutter profile, and I'm not sure if this is again due to the new snakemake version. In my Cookiecutter profile (copied at bottom), I set 16 GB as the default memory limit, but this setting doesn't seem to get propagated. When I run a basic rule, the rule uses 1000 MB. But explicitly setting the memory limit to 2000 MB for that rule works fine.
My Cookiecutter profile:
Package versions in my conda environment:
Any thoughts about why the memory limit in the Cookiecutter profile isn't being used by my rule? Thanks very much. |
Thanks for the bug report. I tested running your rule without the
and this is the job script the LSF profile gets:
Even though we have not specified a PS: the job script |
Support quoted jobid from snakemake v7.1.1
I believe new issue mentioned above is a duplicate of #41? Please raise in a new issue if not. |
Error:
The reason is that on snakemake 7.1.1 the job id is now quoted. LSF profile works on snakemake 7.1.0 though. Will provide a fix soon
The text was updated successfully, but these errors were encountered: