From 6e756ebe6184162b3d6ee2484a091ee65d48fdde Mon Sep 17 00:00:00 2001 From: Anandashankar Anil Date: Tue, 4 Jun 2024 11:08:34 +0200 Subject: [PATCH] Add more detail to Pending desc Co-authored-by: Johannes Alneberg --- daily_read/daily_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily_read/daily_report.py b/daily_read/daily_report.py index f7fb47d..aa5f09c 100644 --- a/daily_read/daily_report.py +++ b/daily_read/daily_report.py @@ -28,7 +28,7 @@ "Library QC finished": "Library QC is a quality control of the sequencing library produced either by NGI or supplied by you, depending on the type of project.", "Reception Control finished": "Reception Control consists of NGI staff measuring e.g. concentration and volume for the samples received.", "Samples Received": "The samples have been received and registered at NGI.", - "Pending": "The order has been set up but the samples have not yet been received by NGI.", + "Pending": "The order has been set up but the samples have not yet been received or registered by NGI.", } PORTAL_URL = "https://ngisweden.scilifelab.se/orders"