From 6ce1725550690ddc65dca1fbda1fa27bd8331d53 Mon Sep 17 00:00:00 2001 From: Alexis Lucattini Date: Mon, 27 Nov 2023 09:46:56 +1100 Subject: [PATCH] Old samples will use runinfo xmls from production/raw_data location Resolves #204 --- utils/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/globals.py b/utils/globals.py index 7321103..a030850 100644 --- a/utils/globals.py +++ b/utils/globals.py @@ -106,7 +106,7 @@ ######################### # RunInfo.xml ######################### -RUN_INFO_XML_REGEX = re.compile(r"gds://bssh\.\S+/Runs/([\w+|_]+)_r\.\S+/RunInfo\.xml") +RUN_INFO_XML_REGEX = re.compile(r"gds://(?:bssh\.\S+|production/raw_data)/Runs/([\w+|_]+)_r\.\S+/RunInfo\.xml") ################# # OUTPUT GLOBALS