Skip to content

Commit 4e5b202

Browse files
committed
Fixed outdated parameters to pass over to 'tiff_to_stack' workflow
1 parent 8576eb1 commit 4e5b202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/api/clem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def tiff_to_stack(
695695
workflow: EntryPoint = list(murfey_workflows)[0]
696696
workflow.load()(
697697
# Match the arguments found in murfey.workflows.tiff_to_stack
698-
file=tiff_info.tiff_files[0], # Pass it only one file from the list
698+
tiff_list=tiff_info.tiff_files,
699699
root_folder="images",
700700
session_id=session_id,
701701
instrument_name=instrument_name,

0 commit comments

Comments
 (0)