2 parents 59fc01a + 20b911e commit 79a7c70Copy full SHA for 79a7c70
1 file changed
fcid/run.py
@@ -16,6 +16,8 @@
16
["MN[0-9]{5}", [["MiniSeq"]]],
17
["N?A[0-9]{5}", [["NovaSeq 6000"]]],
18
["SN[0-9]{3}", [["HiSeq 2000", "HiSeq 2500"]]],
19
+ ["LH[0-9]{5}",["NovaSeq X Plus"]],
20
+ ["LL[0-9]{5}",["NovaSeq X"]],
21
[".*", [["Unknown Machine"]]],
22
]
23
# Below are the relevant texts from the 3 emails with tech support
0 commit comments