Skip to content

Commit 34b5e31

Browse files
committed
Make a regex for MiSeqi100
1 parent a2320dd commit 34b5e31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dataflow_transfer/run_classes/illumina_runs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,5 @@ class MiSeqi100Run(IlluminaRun):
5858
run_type = "MiSeqi100"
5959

6060
def __init__(self, run_dir, configuration):
61-
self.run_id_format = (
62-
r"^\d{6}_[A-Z0-9]+_\d{4}_[A-Z0-9\-]+$" # TODO: Need to update this
63-
)
61+
self.run_id_format = r"^\d{8}_[A-Z0-9]+_\d{4}_[A-Z0-9]+-[A-Z0-9]+$" # 20260128_SH01140_0002_ASC2150561-SC3
6462
super().__init__(run_dir, configuration)

0 commit comments

Comments
 (0)