Skip to content

Commit

Permalink
Added Novaseq X Plus instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
KarNair committed May 5, 2023
1 parent add243a commit 71bd403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bcl2fastq/lib/bcl2fastq_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ def get_bcl2fastq_version_from_run_parameters(runfolder, config):
"A": "NovaSeq",
"NS": "NextSeq 500",
"K": "HiSeq 4000",
"FS": "ISeq 100"}
"FS": "ISeq 100",
"LH": "NovaSeq X Plus"}

for key, value in machine_type_mappings.items():
if instrument_name.startswith(key):
Expand Down

0 comments on commit 71bd403

Please sign in to comment.