Skip to content

Commit f1f6195

Browse files
restrict failing rule memory
1 parent 25de4e0 commit f1f6195

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Snakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,8 @@ rule build_existing_chp_de:
670670
),
671671
output:
672672
german_chp=resources("german_chp_base_s_{clusters}.csv"),
673+
resources:
674+
mem_mb=4000,
673675
log:
674676
logs("build_existing_chp_de_{clusters}.log"),
675677
script:

0 commit comments

Comments
 (0)