We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2320dd commit 34b5e31Copy full SHA for 34b5e31
1 file changed
dataflow_transfer/run_classes/illumina_runs.py
@@ -58,7 +58,5 @@ class MiSeqi100Run(IlluminaRun):
58
run_type = "MiSeqi100"
59
60
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
- )
+ self.run_id_format = r"^\d{8}_[A-Z0-9]+_\d{4}_[A-Z0-9]+-[A-Z0-9]+$" # 20260128_SH01140_0002_ASC2150561-SC3
64
super().__init__(run_dir, configuration)
0 commit comments