Skip to content

Commit

Permalink
Make STATUS_PRIORITY_REV compatible for replacing date_prio in ngi_data
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Jan 3, 2024
1 parent eb51d9f commit 0adc5b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daily_read/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def __init__(self):
self.FETCH_FROM_SNPSEQ = os.getenv("DAILY_READ_FETCH_FROM_SNPSEQ")
self.FETCH_FROM_UGC = os.getenv("DAILY_READ_FETCH_FROM_UGC")
self.STATUS_PRIORITY = {
0: "None",
1: "Samples Received",
2: "Reception Control finished",
3: "Library QC finished",
Expand Down

0 comments on commit 0adc5b1

Please sign in to comment.