Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fcid/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading