File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments