Skip to content

Commit

Permalink
Update 15_Workflow_with_mzML_files.py
Browse files Browse the repository at this point in the history
  • Loading branch information
axelwalter authored Apr 22, 2024
1 parent 5e8266c commit dc74f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/15_Workflow_with_mzML_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
if run_workflow_button:
params = save_params(params)
if params["example-workflow-selected-mzML-files"]:
complexworkflow.run_workflow(params, result_dir)
mzmlfileworkflow.run_workflow(params, result_dir)
else:
st.warning("Select some mzML files.")

Expand Down

0 comments on commit dc74f35

Please sign in to comment.