Skip to content

Commit

Permalink
new expset property
Browse files Browse the repository at this point in the history
  • Loading branch information
RahiNav committed Sep 10, 2024
1 parent 67193be commit b03c84a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ fourfront
Change Log
----------

8.1.3
=====

* Added disease_name property to experiment set schema.


8.1.2
=====

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
# Note: Various modules refer to this system as "encoded", not "fourfront".
name = "encoded"
version = "8.1.2"
version = "8.1.3"
description = "4DN-DCIC Fourfront"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions src/encoded/schemas/experiment_set.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@
"lookup": 20,
"formInput": "textarea"
},
"disease_name": {
"title": "Disease Name",
"description": "Ontology term for the disease name associated with the set.",
"type": "string",
"lookup": 40,
"linkTo": "OntologyTerm"
},
"dataset_group": {
"title": "Dataset Group",
"description": "An optional property to group datasets in a single row in the datasets summary table",
Expand Down

0 comments on commit b03c84a

Please sign in to comment.