Skip to content

Commit

Permalink
fix iseq
Browse files Browse the repository at this point in the history
  • Loading branch information
nickp60 committed Mar 1, 2024
1 parent 4d11c47 commit 0c3d6b1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions fcid/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@

# Three emails: 12/7/2022, 9/19/2023, and 2/29/2024
FCIDs = [
["[BNT][A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["[BRB][A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["[BPC][A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["[BPG][A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["[BPA][A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["[BPL][A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["[BNT][A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["[BTR][A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["BNT[A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["BRB[A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["BPC[A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["BPG[A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["BPA[A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["BPL[A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["BNT[A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["BTR[A-Z,0-9]{5}-[A-Z,0-9]{4}", [["iSeq 100"], "Standard Output flow cell"]],
["000H[A-Z,0-9]{5}", [["MiniSeq"], "Mid or High Output flow cell"]],
["D[A-Z,0-9]{4}", [["MiSeq"], "MiSeq Nano flow cell"]],
["G[A-Z,0-9]{4}", [["MiSeq"], "MiSeq Micro flow cell"]],
Expand Down

0 comments on commit 0c3d6b1

Please sign in to comment.