Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🍱 New CellType version: cl-2024-04-05 #112

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ _dynamic/

# Convenience
test.ipynb
registration_template.ipynb
1 change: 1 addition & 0 deletions bionty/base/entities/_celltype.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def __init__(
"2023-08-24",
"2024-01-04",
"2024-02-13",
"2024-04-05",
"2024-05-15",
]
| None = 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 @@ -139,6 +139,9 @@ CellType:
2024-05-15:
url: http://purl.obolibrary.org/obo/cl/releases/2024-05-15/cl.owl
md5: 8a8638a9e79567935793e5007704c650
2024-04-05:
url: http://purl.obolibrary.org/obo/cl/releases/2024-04-05/cl.owl
md5: ""
2024-02-13:
url: http://purl.obolibrary.org/obo/cl/releases/2024-02-13/cl.owl
md5: d6d962b58c48f372c2c98b71e0833242
Expand Down
Loading