From ef5bda28f6ba102a5700ca46ce5e944c059f35ba Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 25 Sep 2023 10:39:49 -0400 Subject: [PATCH 1/2] feat(experiments): add new library strategies as a patch before v14 --- chord_metadata_service/experiments/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 85b88c8aac7cf65e454ee432e3d59906067f2c64 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 25 Sep 2023 10:40:42 -0400 Subject: [PATCH 2/2] chore: bump version to 4.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",