Skip to content

Commit 974f934

Browse files
committed
changed thread count for cellpose
1 parent fee3352 commit 974f934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ rule patch_segmentation_cellpose:
106106
paths.smk_cellpose_temp_dir / "{index}.parquet",
107107
conda:
108108
"sopa2"
109-
threads: 2
109+
threads: 1
110110
resources:
111111
mem_mb=32_000,
112112
queue="gpu -R 'h100nvl' -gpu 'num=1'",

0 commit comments

Comments
 (0)