79416405

Date: 2025-02-05 23:11:26
Score: 1.5
Natty:
Report link

I had the same problem.

I found this answer that solved it for me:

https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/18#issuecomment-2072977168

So it appears you have to quote each option for some reason:

slurm_extra: "'--qos=gpu1day' '--gpus=1'"

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: J.J.