From 20b911e87bb7ea2de43e6d9c39506030f384eb52 Mon Sep 17 00:00:00 2001 From: Maarten Kooyman Date: Fri, 26 Jun 2026 12:21:33 +0200 Subject: [PATCH] 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 --- fcid/run.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fcid/run.py b/fcid/run.py index 91cfe66..926eda6 100644 --- a/fcid/run.py +++ b/fcid/run.py @@ -16,6 +16,8 @@ ["MN[0-9]{5}", [["MiniSeq"]]], ["N?A[0-9]{5}", [["NovaSeq 6000"]]], ["SN[0-9]{3}", [["HiSeq 2000", "HiSeq 2500"]]], + ["LH[0-9]{5}",["NovaSeq X Plus"]], + ["LL[0-9]{5}",["NovaSeq X"]], [".*", [["Unknown Machine"]]], ] # Below are the relevant texts from the 3 emails with tech support