Skip to content

Commit 9783a52

Browse files
committed
Update to Biolink 4.1.0
1 parent ed4439f commit 9783a52

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cohd/TRAPI14.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ info:
1717
[Athena](http://athena.ohdsi.org) (OMOP vocabularies, search, concept relationships, concept hierarchy)
1818
[Atlas](http://www.ohdsi.org/web/atlas/) (OMOP vocabularies, search, concept relationships, concept hierarchy,
1919
concept sets)
20-
version: 6.3.5
20+
version: 6.3.12
2121
title: COHD TRAPI
2222
contact:
2323
name: Casey Ta
@@ -32,7 +32,7 @@ info:
3232
component: KP
3333
team:
3434
- Clinical Data Provider
35-
biolink-version: 3.4.2
35+
biolink-version: 4.1.0
3636
infores: infores:cohd
3737
externalDocs:
3838
description: >-

cohd/cohd_trapi_14.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CohdTrapi140(CohdTrapi):
3737
edge_types_negative = ['biolink:negatively_correlated_with']
3838
default_negative_predicate = edge_types_negative[0]
3939

40-
tool_version = f'{CohdTrapi._SERVICE_NAME} 6.3.11'
40+
tool_version = f'{CohdTrapi._SERVICE_NAME} 6.3.12'
4141
schema_version = '1.4.2'
4242
biolink_version = bm_version
4343

cohd/translator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33

44
# Static instance of the Biolink Model Toolkit
5-
bm_version = 'v3.5.0'
5+
bm_version = 'v4.1.0'
66
bm_toolkit = Toolkit(f'https://raw.githubusercontent.com/biolink/biolink-model/{bm_version}/biolink-model.yaml')

0 commit comments

Comments
 (0)