Skip to content

Commit 09e85cc

Browse files
committed
Stringified TIFF list when submitting to cluster
1 parent 480a7e4 commit 09e85cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/workflows/clem/tiff_to_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def zocalo_cluster_request(
5252
"recipes": ["clem-tiff-to-stack"],
5353
"parameters": {
5454
# Job parameters
55-
"tiff_list": tiff_list,
55+
"tiff_list": str([str(file) for file in tiff_list]),
5656
"root_folder": root_folder,
5757
"metadata": str(metadata),
5858
"tiff_file": "null",

0 commit comments

Comments
 (0)