Skip to content

Commit

Permalink
Updated Biolink version to v4.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Aug 24, 2024
1 parent 9c74435 commit d43cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_normalizer/load_compendia.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
redis_config_path = Path(__file__).parent.parent / "redis_config.yaml"
connection_factory: redis_adapter.RedisConnectionFactory = await redis_adapter.RedisConnectionFactory.create_connection_pool(redis_config_path)

BIOLINK_VERSION = os.getenv("BIOLINK_VERSION", "2.1.0")
BIOLINK_VERSION = os.getenv("BIOLINK_VERSION", "v4.2.2")
toolkit = bmt.Toolkit(f"https://raw.githubusercontent.com/biolink/biolink-model/{BIOLINK_VERSION}/biolink-model.yaml")

# class NodeLoader:
Expand Down

0 comments on commit d43cff2

Please sign in to comment.