Skip to content

Commit

Permalink
Merge pull request #119 from biolink/update_biolink_3.2.2
Browse files Browse the repository at this point in the history
Update biolink 3.2.2
  • Loading branch information
sierra-moxon authored Mar 28, 2023
2 parents 10ecfbd + 939f2fc commit 820cb7f
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 205 deletions.
7 changes: 3 additions & 4 deletions bmt/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
Url = str
Path = str

REMOTE_PATH = "https://raw.githubusercontent.com/biolink/biolink-model/v3.2.1/biolink-model.yaml"
PREDICATE_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.2.1/predicate_mapping.yaml'
INFORES_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.2.1/infores_catalog_nodes.tsv'
REMOTE_PATH = "https://raw.githubusercontent.com/biolink/biolink-model/v3.2.2/biolink-model.yaml"
PREDICATE_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.2.2/predicate_mapping.yaml'
INFORES_MAP = 'https://raw.githubusercontent.com/biolink/biolink-model/v3.2.2/infores_catalog_nodes.tsv'

NODE_PROPERTY = "node property"
ASSOCIATION_SLOT = "association slot"
Expand Down Expand Up @@ -1330,7 +1330,6 @@ def get_element_by_prefix(
) -> List[str]:
"""
Get a Biolink Model element by prefix.
This method return the common ancestor of the set of elements referenced by uriorcurie.
Parameters
----------
Expand Down
Loading

0 comments on commit 820cb7f

Please sign in to comment.