Skip to content

Commit

Permalink
Merge pull request #658 from kids-first/add-dnbseq
Browse files Browse the repository at this point in the history
✨ Add DNBSEQ to seq exp platform enum
  • Loading branch information
znatty22 authored Apr 26, 2024
2 parents 18ffa98 + f4909a4 commit 84957c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataservice/api/sequencing_experiment/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'Continuous Long Reads RNA-Seq',
'Continuous Long Reads WGS',
'ONT WGS'}
PLATFORM_ENUM = {'Illumina', 'SOLiD', 'LS454', 'Ion Torrent',
PLATFORM_ENUM = {'DNBSEQ', 'Illumina', 'SOLiD', 'LS454', 'Ion Torrent',
'Complete Genomics', 'PacBio', 'ONT', 'Other'}
LIBRARY_STRAND_ENUM = {'Stranded', 'Unstranded', 'First Stranded',
'Second Stranded', 'Other'}
Expand Down

0 comments on commit 84957c1

Please sign in to comment.