Skip to content

Commit

Permalink
slurm profile trial
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed Dec 22, 2023
1 parent 9e3975c commit 578d9ad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions profile/config.v8+.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cluster:
mkdir -p logs/{rule} &&
sbatch
--partition={resources.partition}
--qos={resources.qos}
--cpus-per-task={threads}
--mem={resources.mem_mb}
--job-name=smk-{rule}-{wildcards}
--output=logs/{rule}/{rule}-{wildcards}-%j.out
default-resources:
- partition=standard
- qos=normal
- mem=200G
- time=3-00:00:00

0 comments on commit 578d9ad

Please sign in to comment.