Skip to content

Commit 66a189c

Browse files
set threads
1 parent 7f0b680 commit 66a189c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workflow/Snakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ rule evaluateMesh:
168168
meshstatistic
169169
conda:
170170
conda_env
171+
threads: 1
171172
shell:
172173
"""
173174
python workflow/scripts/evaluate_mesh.py \
@@ -181,6 +182,7 @@ rule takeScreenshot:
181182
mesh_img
182183
conda:
183184
conda_env
185+
threads: 1
184186
shell:
185187
"""
186188
python workflow/scripts/generate_screenshot.py \

0 commit comments

Comments
 (0)