We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8576eb1 commit 4e5b202Copy full SHA for 4e5b202
src/murfey/server/api/clem.py
@@ -695,7 +695,7 @@ def tiff_to_stack(
695
workflow: EntryPoint = list(murfey_workflows)[0]
696
workflow.load()(
697
# 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
+ tiff_list=tiff_info.tiff_files,
699
root_folder="images",
700
session_id=session_id,
701
instrument_name=instrument_name,
0 commit comments