From d57015a0a9f00ead7f3da1bddb90bdd6ac57506b Mon Sep 17 00:00:00 2001 From: Gordon Julian Koehn Date: Fri, 20 Dec 2024 15:38:48 +0100 Subject: [PATCH] Update src/sr2silo/vpipe/metadata.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/sr2silo/vpipe/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sr2silo/vpipe/metadata.py b/src/sr2silo/vpipe/metadata.py index 43da4c7..da7004f 100644 --- a/src/sr2silo/vpipe/metadata.py +++ b/src/sr2silo/vpipe/metadata.py @@ -43,7 +43,7 @@ def batch_id_decoder(batch_id: str) -> dict: Returns: dict: A dictionary contains the decoded components. - containing the following keys: + dict: A dictionary contains the decoded components. - sequencing_date (str : date of the sequencing) - flow_cell_serial_number (str : serial number of the flow cell) """