diff --git a/chord_metadata_service/experiments/schemas.py b/chord_metadata_service/experiments/schemas.py index cbd58fb26..b8fa9c344 100644 --- a/chord_metadata_service/experiments/schemas.py +++ b/chord_metadata_service/experiments/schemas.py @@ -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", diff --git a/pyproject.toml b/pyproject.toml index ac1961d4e..c73a2fdef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",