Skip to content

Commit

Permalink
Adding support for the ISeq 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Dahlberg committed Sep 5, 2018
1 parent 9364c74 commit 97f2dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -136,7 +136,8 @@ def get_bcl2fastq_version_from_run_parameters(runfolder, config):
"ST": "HiSeq X",
"A": "NovaSeq",
"NS": "NextSeq 500",
"K": "HiSeq 4000"}
"K": "HiSeq 4000",
"FFSP": "ISeq 100"}

for key, value in machine_type_mappings.items():
if instrument_name.startswith(key):
Expand Down
2 changes: 2 additions & 0 deletions config/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ machine_type:
bcl2fastq_version: 2.17.1
NovaSeq:
bcl2fastq_version: 2.17.1
ISeq 100:
bcl2fastq_version: 2.17.1


runfolder_path: /vagrant/tiny-test-data/
Expand Down

0 comments on commit 97f2dd8

Please sign in to comment.