Skip to content

Commit

Permalink
Forgot to commit fix in PR: Add ONT FCs to bioinfo tab #446
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Dec 12, 2024
1 parent 70b77a8 commit 9d8a3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taca/utils/bioinfo_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def get_status_ont(ont_run):
"""Gets status of a ONT sample run, based on flowcell info."""
# Default state, should never occur
status = "ERROR"
run_status = ont_run.get_demultiplexing_status()
run_status = ont_run.db.check_run_status(ont_run)

if run_status in ["finished"]:
status = "New"
Expand Down

0 comments on commit 9d8a3b3

Please sign in to comment.