Skip to content

Commit

Permalink
fix: producible file groups
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Dec 9, 2024
1 parent 3a4eca2 commit a832dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/operandi_server/routers/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ async def upload_batch_workflow_scripts(
workflow_script_base=workflow.filename,
uses_mets_server=nf_metadata['uses_mets_server'],
executable_steps=nf_metadata['executable_steps'],
producible_file_groups=nf_metadata['producible_file_groups'],
details=f"Batch uploaded workflow: {workflow.filename}"
)
workflow_resources.append(WorkflowRsrc.from_db_workflow(db_workflow))
Expand Down

0 comments on commit a832dfb

Please sign in to comment.