Skip to content

Commit

Permalink
🍱 New ExperimentalFactor version: efo-3.70.0 (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson authored Oct 2, 2024
1 parent 2121848 commit 984333d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bionty/base/entities/_experimentalfactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def __init__(
self,
organism: Literal["all"] | None = None,
source: Literal["efo"] | None = None,
version: Literal["3.48.0", "3.57.0", "3.62.0", "3.63.0", "3.65.0", "3.66.0"]
version: Literal[
"3.48.0", "3.57.0", "3.62.0", "3.63.0", "3.65.0", "3.66.0", "3.70.0"
]
| None = None,
**kwargs,
) -> None:
Expand Down
3 changes: 3 additions & 0 deletions bionty/base/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ Disease:
ExperimentalFactor:
efo:
all:
3.70.0:
url: http://www.ebi.ac.uk/efo/releases/v3.70.0/efo.owl # Manually fixed following https://github.com/EBISPOT/efo/issues/2264#issuecomment-2357942127
md5: ""
3.66.0:
url: http://www.ebi.ac.uk/efo/releases/v3.66.0/efo.owl
md5: 6bd24217c740af7e1e771c1dabc9680b
Expand Down

0 comments on commit 984333d

Please sign in to comment.