Skip to content

Commit

Permalink
Merge pull request #600 from kids-first/remove_polya_stranded
Browse files Browse the repository at this point in the history
🔥 remove polya_stranded library_prep
  • Loading branch information
chris-s-friedman authored Mar 7, 2023
2 parents 6c41ed8 + f60ecf3 commit cc47b9e
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 cc47b9e

Please sign in to comment.