Hello,
I am not sure whether there's something wrong in my Snakefile setup: When I use
resources:
mem_mb=32, time_min = 300
The time limit is correctly passed to LSF (bsub) jobs, but memory
configue is still using the memory limit set in the snake-profiles.
Is there someway to change the memory requirement for the run, without changing the snakemake-profile? If there's a quick way to edit the profile/to make the change, that would be a valuable solution for me as well (right now using cookie cutter to create a new profile works for me, but it seems a direct editing on the profile, could be quicker/more direct?)
Thanks a lot
Isaac