-
Notifications
You must be signed in to change notification settings - Fork 44
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
Problems with Snakemake 5.6.0 standard resources #89
Comments
This also leads to
|
I can reproduce this using snakemake>=7.0. The proper place to apply a patch I would guess is here |
My solution to this was to change the order of priority here and therefore run Edit for clarity: I mean I don't want any resources from the Snakefile to take priority over those in |
I am also encountering inconsistent resource mapping in combination with Snakemake 7.6.2. Setting
Works with But Only provide the default 1000M. |
Apparently, Snakemake >=5.6.0 defines
by default, cf.
At least the standard value for
mem_mb
has a higher precedence when using the snakemake profile thanmem
.E.g.,
Will lead to using the
mem_mb=1000
from the defaults.The text was updated successfully, but these errors were encountered: