Skip to content

Commit 20b911e

Browse files
authored
Add NovaSeq X and NovaSeq X Plus to machine list
Used own samples and https://help.connected.illumina.com/tso500/dragen-tso-500-ctdna-guides/dragen-tso-500-ctdna-v2.6/launching-analysis/input-checks to check correctness
1 parent 59fc01a commit 20b911e

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)