Skip to content

Commit

Permalink
add NextSeq machine type
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiwilson authored Oct 15, 2024
1 parent 7549de4 commit 2224033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/sample_registry/src/sample_registry/illumina.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class IlluminaFastq(object):
"M": "Illumina-MiSeq",
"A": "Illumina-NovaSeq",
"N": "Illumina-MiniSeq",
"V": "Illumina-NextSeq"
}

def __init__(self, f):
Expand Down

0 comments on commit 2224033

Please sign in to comment.