Skip to content

Commit 79a7c70

Browse files
authored
Merge pull request #10 from maarten-k/NovaSeqXPlus
Add NovaSeq X and NovaSeq X Plus to machine list
2 parents 59fc01a + 20b911e commit 79a7c70

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fcid/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
["MN[0-9]{5}", [["MiniSeq"]]],
1717
["N?A[0-9]{5}", [["NovaSeq 6000"]]],
1818
["SN[0-9]{3}", [["HiSeq 2000", "HiSeq 2500"]]],
19+
["LH[0-9]{5}",["NovaSeq X Plus"]],
20+
["LL[0-9]{5}",["NovaSeq X"]],
1921
[".*", [["Unknown Machine"]]],
2022
]
2123
# Below are the relevant texts from the 3 emails with tech support

0 commit comments

Comments
 (0)