Skip to content

Commit 4ee1688

Browse files
committed
resource updates for coloc run
1 parent dd73d28 commit 4ee1688

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

spimquant/workflow/rules/counts.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rule coloc_per_voxel_template:
9090
),
9191
threads: 16
9292
resources:
93-
mem_mb=15000,
93+
mem_mb=64000,
9494
runtime=30,
9595
script:
9696
"../scripts/coloc_per_voxel_template.py"

spimquant/workflow/rules/regionprops.smk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ rule colocalize_regionprops:
134134
suffix="coloc.parquet",
135135
**inputs["spim"].wildcards,
136136
),
137-
threads: 1
137+
threads: 16
138138
resources:
139-
mem_mb=1500,
140-
runtime=30,
139+
mem_mb=64000,
140+
runtime=180,
141141
script:
142142
"../scripts/compute_colocalization.py"
143143

@@ -180,9 +180,9 @@ rule sample_at_vessel_sdt:
180180
suffix="regionprops.parquet",
181181
**inputs["spim"].wildcards,
182182
),
183-
threads: 1
183+
threads: 8
184184
resources:
185185
mem_mb=32000,
186-
runtime=30,
186+
runtime=360,
187187
script:
188188
"../scripts/sample_at_points.py"

spimquant/workflow/rules/segstats.smk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ rule map_regionprops_to_atlas_rois:
3939
**inputs["spim"].wildcards,
4040
)
4141
),
42-
threads: 1
42+
threads: 4
4343
resources:
44-
mem_mb=1500,
44+
mem_mb=32000,
4545
runtime=15,
4646
script:
4747
"../scripts/map_atlas_to_regionprops.py"
@@ -84,9 +84,9 @@ rule map_coloc_to_atlas_rois:
8484
**inputs["spim"].wildcards,
8585
)
8686
),
87-
threads: 1
87+
threads: 4
8888
resources:
89-
mem_mb=1500,
89+
mem_mb=32000,
9090
runtime=15,
9191
script:
9292
"../scripts/map_atlas_to_coloc.py"

0 commit comments

Comments
 (0)