Skip to content

Commit

Permalink
Merge pull request #581 from kids-first/add_methyl_enum
Browse files Browse the repository at this point in the history
✨ Add Methylation to EXPERIMENT_STRATEGY_ENUM
  • Loading branch information
youngnm authored Dec 8, 2021
2 parents d074e9b + 6f6392c commit 3b484b8
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 @@ -15,7 +15,7 @@

EXPERIMENT_STRATEGY_ENUM = {'WGS', 'WXS', 'RNA-Seq', 'miRNA-Seq',
'Linked-Read WGS (10x Chromium)',
'Targeted Sequencing', 'Other'}
'Targeted Sequencing', 'Methylation', 'Other'}
PLATFORM_ENUM = {'Illumina', 'SOLiD', 'LS454', 'Ion Torrent',
'Complete Genomics', 'PacBio', 'Other'}
LIBRARY_STRAND_ENUM = {'Unstranded', 'First Stranded',
Expand Down

0 comments on commit 3b484b8

Please sign in to comment.