Skip to content

Commit

Permalink
Merge pull request #696 from kids-first/add_experiment_enum
Browse files Browse the repository at this point in the history
📝 add new experiment strategy
  • Loading branch information
HuangXiaoyan0106 authored Nov 15, 2024
2 parents 479c409 + 2e74e6a commit a05c799
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dataservice/api/sequencing_experiment/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,21 @@
'Linked-Read WGS (10x Chromium)',
'Targeted Sequencing', 'Methylation',
'Panel', 'scRNA-Seq', 'snRNA-Seq', 'Other',
'snATAC-Seq', 'Proteomics',
'Circular Consensus Sequencing RNA-Seq',
'Circular Consensus Sequencing WGS',
'Continuous Long Reads RNA-Seq',
'Continuous Long Reads WGS',
'ONT WGS'}
PLATFORM_ENUM = {'DNBSEQ', 'Illumina', 'SOLiD', 'LS454', 'Ion Torrent',
'Complete Genomics', 'PacBio', 'ONT', 'Other'}
'Complete Genomics', 'PacBio', 'ONT', 'Other',
'Illumina Infinium HumanMethylation450',
'Illumina Infinium HumanMethylationEPIC',
'Illumina Infinium HumanMethylationEPICv2',
'Illumina Infinium HumanMethylation27k',
'Roche NimbleGen MethylationSeq',
'Agilent SurePrint Methyl-Seq'}

LIBRARY_STRAND_ENUM = {'Stranded', 'Unstranded', 'First Stranded',
'Second Stranded', 'Other'}

Expand Down

0 comments on commit a05c799

Please sign in to comment.