diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7ff7d4dbb..48d8b0096 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,12 @@ smaht-portal Change Log ---------- +0.105.1 +======= +`PR 278: SN Update file facets `_ +Remove variant_type from facets and columns and add data_category + + `PR 266: Node v20 Upgrade `_ 0.105.0 diff --git a/pyproject.toml b/pyproject.toml index 3e397b21d..1051a6467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "encoded" -version = "0.105.0" +version = "0.105.1" description = "SMaHT Data Analysis Portal" authors = ["4DN-DCIC Team "] license = "MIT" diff --git a/src/encoded/schemas/file.json b/src/encoded/schemas/file.json index b61e783da..aa8200c57 100644 --- a/src/encoded/schemas/file.json +++ b/src/encoded/schemas/file.json @@ -217,9 +217,6 @@ } }, "facets": { - "variant_type": { - "title": "Variant Type" - }, "file_sets.libraries.assay.display_title": { "title": "Experimental Assay" }, @@ -234,6 +231,9 @@ "title": "Data Format" }, "data_type": { + "title": "Data Type" + }, + "data_category": { "title": "Data Category" }, "sequencing_center.display_title": { @@ -256,9 +256,6 @@ "annotated_filename": { "title": "File" }, - "variant_type": { - "title": "Variant Type" - }, "file_sets.libraries.assay.display_title": { "title": "Assay" }, @@ -269,6 +266,9 @@ "title": "Data Format" }, "data_type": { + "title": "Data Type" + }, + "data_category": { "title": "Data Category" }, "sequencing_center.display_title": {