Skip to content

Commit

Permalink
🔥 remove polya_stranded library_prep
Browse files Browse the repository at this point in the history
we have columns in the ds for library_prep and for stranded-ness. having a library prep enum for polya_stranded combines these two columns when we want to keep them seperated.
  • Loading branch information
chris-s-friedman committed Mar 7, 2023
1 parent 6c41ed8 commit f60ecf3
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 @@ -26,7 +26,7 @@
'Poly-T Enrichment', 'Random', 'rRNA Depletion',
'miRNA Size Fractionation', 'Other'}

LIBRARY_PREP_ENUM = {'polyA', 'polyA Stranded', 'totalRNAseq', 'Other'}
LIBRARY_PREP_ENUM = {'polyA', 'totalRNAseq', 'Other'}


class SequencingExperimentSchema(BaseSchema):
Expand Down

0 comments on commit f60ecf3

Please sign in to comment.