Skip to content

Commit

Permalink
FS is the real naming convention for iSeqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Dahlberg committed Nov 15, 2018
1 parent 4d52ce2 commit 9fe60d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcl2fastq/lib/bcl2fastq_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def get_bcl2fastq_version_from_run_parameters(runfolder, config):
"A": "NovaSeq",
"NS": "NextSeq 500",
"K": "HiSeq 4000",
"FFSP": "ISeq 100"}
"FS": "ISeq 100"}

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

0 comments on commit 9fe60d1

Please sign in to comment.