Skip to content

Commit edadfaf

Browse files
fix: set WarpDemuX to 16 cores in SLURM config and rule default
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0079a21 commit edadfaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/slurm/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ set-resources:
7979
warpdemux:
8080
runtime: 360 # 6 hours
8181
mem_mb: 32000 # 32GB
82-
cpus_per_task: 4
82+
cpus_per_task: 16
8383

8484
parse_warpdemux:
8585
runtime: 60 # 1 hour

workflow/rules/demux.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ rule warpdemux:
126126
else "false"
127127
),
128128
pod5_dirs=lambda wildcards: " ".join(get_run_pod5_dirs(wildcards.run_id)),
129-
threads: config.get("warpdemux", {}).get("threads", 8)
129+
threads: config.get("warpdemux", {}).get("threads", 16)
130130
shell:
131131
"""
132132
warpdemux demux \

0 commit comments

Comments
 (0)