Skip to content
Snippets Groups Projects
Commit 7598d8f5 authored by Manavalan Gajapathy's avatar Manavalan Gajapathy
Browse files

bumps up parent quac's partition

parent 2a2b06f3
No related branches found
No related tags found
1 merge request!2QC under one umbrella (well mostly) under QuaC
...@@ -172,7 +172,7 @@ def main(args): ...@@ -172,7 +172,7 @@ def main(args):
# submit snakemake command as a slurm job # submit snakemake command as a slurm job
slurm_resources = { slurm_resources = {
"partition": "short", # express(max 2 hrs), short(max 12 hrs), medium(max 50 hrs), long(max 150 hrs) "partition": "medium", # express(max 2 hrs), short(max 12 hrs), medium(max 50 hrs), long(max 150 hrs)
"ntasks": "1", "ntasks": "1",
"time": "12:00:00", "time": "12:00:00",
"cpus-per-task": "1", "cpus-per-task": "1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment