-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: additional species-specific ontologies for cxg 5.3 multispecies…
… schema (#255) ## Reason for Change - Part of the CxG 5.3 release to support multiple species, some of which require species-specific ontology queries ## Changes - add: BUILDER - support for referencing `cross_ontology_term` e.g. SSOM files - add: BUILDER - support for prefix mapping e.g. map terms from one ontology (prefix) to another - add: BUILDER - updated species ontologies: FBbt, FBv, ZFA/ZFS, WBls, WBbt, XAO - add: API - API query to lookup bridge terms between ontological namespaces - add: ARTIFACT - contain cross-ontology mappings - modify: Updated EFO to v69.0 ## Testing steps - all tests pass - builder task works - descendant artifact generator works --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Joyce Yan <[email protected]> Co-authored-by: Nayib Gloria <[email protected]> Co-authored-by: Evan Molinelli <[email protected]>
- Loading branch information
1 parent
2f1b91b
commit 64c32fe
Showing
22 changed files
with
987 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,7 @@ | |
.coverage* | ||
/htmlcov/ | ||
/api/python/docs/ | ||
/.vscode | ||
**/__pycache__/ | ||
*.owl | ||
*.sssom.tsv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
b525a902031034abe2d73ec0d10d71e71fa65365 | ||
70aba3af2a4b938d8bb54d650225c217fe9648fa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.