Skip to content

Commit

Permalink
Merge pull request #640 from kids-first/add-LR-enums
Browse files Browse the repository at this point in the history
💯 adding missing comma
  • Loading branch information
awarkow authored Oct 25, 2023
2 parents c740f24 + e2bb460 commit 224be77
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 @@ -20,7 +20,7 @@
'Circular Consensus Sequencing RNA-Seq',
'Circular Consensus Sequencing WGS',
'Continuous Long Reads RNA-Seq',
'Continuous Long Reads WGS'
'Continuous Long Reads WGS',
'ONT WGS'}
PLATFORM_ENUM = {'Illumina', 'SOLiD', 'LS454', 'Ion Torrent',
'Complete Genomics', 'PacBio', 'ONT', 'Other'}
Expand Down

0 comments on commit 224be77

Please sign in to comment.