We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a599e commit 89b82b5Copy full SHA for 89b82b5
1 file changed
dataflow_transfer/run_classes/element_runs.py
@@ -19,7 +19,7 @@ class AVITIRun(ElementRun):
19
20
def __init__(self, run_dir, configuration):
21
self.run_id_format = (
22
- r"^\d{8}_AV\d{6}_(A|BP)\d{10}$" # 20251007_AV242106_A2507535225
+ r"^\d{8}_AV\d{6}_(A|B)\d{10}$" # 20251007_AV242106_A2507535225
23
)
24
super().__init__(run_dir, configuration)
25
self.flowcell_id = self.run_id.split("_")[-1][1:] # 2507535225
0 commit comments