Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #205 from umccr/bugfix/update-runinfo-xml-regex-fo…
Browse files Browse the repository at this point in the history
…r-old-samples
  • Loading branch information
alexiswl authored Nov 26, 2023
2 parents 508c0e5 + 6ce1725 commit ab4ecf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab4ecf1

Please sign in to comment.