Skip to content

Commit

Permalink
Merge pull request #1865 from 4dn-dcic/ajs_upd_suggenums
Browse files Browse the repository at this point in the history
Add opossum to biosource.override_organism_name suggested enums
  • Loading branch information
aschroed authored Jan 11, 2024
2 parents 17d7ead + 677c5bc commit 037d4e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ fourfront
Change Log
----------

7.1.1
=====

* Add opossum to suggested enum to biosource.override_organism to clear foursight check

7.1.0
=====

`PR1860: Adding 4C-seq properties to ExperimentCaptureC<https://github.com/4dn-dcic/fourfront/pull/1860>`_

* Add fiels/properties to experiment_capture_c schema to support 4C-seq experiments
* Add fields/properties to experiment_capture_c schema to support 4C-seq experiments
* Added an insert using these fields to data/inserts


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 = "7.1.0"
version = "7.1.1"
description = "4DN-DCIC Fourfront"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 2 additions & 1 deletion src/encoded/schemas/biosource.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@
"exclude_from" : ["submit4dn"],
"permission": "import_items",
"suggested_enum": [
"hamster"
"hamster",
"opposum"
],
"lookup": 1000
}
Expand Down

0 comments on commit 037d4e3

Please sign in to comment.