Skip to content

Commit

Permalink
Merge pull request #251 from dbmi-bgm/user_institution
Browse files Browse the repository at this point in the history
User institution
  • Loading branch information
sbreiff committed Oct 30, 2020
2 parents 00aa768 + 2190a0b commit 08f63ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 "cgap-portal".
name = "encoded"
version = "4.0.1"
version = "4.0.2"
description = "Clinical Genomics Analysis Platform"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions src/encoded/schemas/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
}
}
},
"user_institution": {
"title": "User's Institution",
"description": "The primary institution the user is associated with",
"type": "string",
"linkTo": "Institution"
},
"email": {
"title": "Account Email",
"description": "Email used to log in to the 4DN Portal.",
Expand Down

0 comments on commit 08f63ed

Please sign in to comment.