File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class CohdTrapi140(CohdTrapi):
3838 default_negative_predicate = edge_types_negative [0 ]
3939
4040 tool_version = f'{ CohdTrapi ._SERVICE_NAME } 6.3.6'
41- schema_version = '1.4.0 '
41+ schema_version = '1.4.2 '
4242 biolink_version = bm_version
4343
4444 def __init__ (self , request ):
Original file line number Diff line number Diff line change 22
33
44# Static instance of the Biolink Model Toolkit
5- bm_version = 'v3.4.2 '
5+ bm_version = 'v3.5.0 '
66bm_toolkit = Toolkit (f'https://raw.githubusercontent.com/biolink/biolink-model/{ bm_version } /biolink-model.yaml' )
Original file line number Diff line number Diff line change 2525# cr.server = 'https://cohd-api.transltr.io/api' # Default to ITRB-Production instance
2626
2727# Specify what Biolink and TRAPI versions are expected by the server
28- BIOLINK_VERSION = '3.4.2 '
29- TRAPI_VERSION = '1.4.0-beta4 '
28+ BIOLINK_VERSION = '3.5.0 '
29+ TRAPI_VERSION = '1.4.2 '
3030
3131# Static instance of the Biolink Model Toolkit
3232bm_toolkit = Toolkit ()
You can’t perform that action at this time.
0 commit comments