Skip to content

Commit

Permalink
Merge pull request #440 from bento-platform/feat/short-term-new-libra…
Browse files Browse the repository at this point in the history
…ry-enum-vals

feat(experiments): add new library strategies as a hold-over patch
  • Loading branch information
davidlougheed committed Sep 26, 2023
2 parents 50d2bf0 + 85b88c8 commit 0c420d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chord_metadata_service/experiments/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"molecule_ontology": ONTOLOGY_CLASS_LIST,
"library_strategy": {
"type": "string",
"enum": ["Bisulfite-Seq", "RNA-Seq", "ChIP-Seq", "WES", "Other"]
"enum": ["Bisulfite-Seq", "RNA-Seq", "ChIP-Seq", "WES", "WGS", "RAD-Seq", "AMPLICON", "Other"]
},
"library_source": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "chord_metadata_service" # can be renamed to katsu if inner module directory is renamed too
version = "4.2.0"
version = "4.3.0"
description = "An implementation of a clin/pheno metadata store for the Bento platform."
authors = [
"Ksenia Zaytseva",
Expand Down

0 comments on commit 0c420d8

Please sign in to comment.