Skip to content

Commit

Permalink
Up subversion of BiolinkHelper's cache #2385
Browse files Browse the repository at this point in the history
  • Loading branch information
amykglen committed Sep 26, 2024
1 parent fc78217 commit cef23b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ARAX/BiolinkHelper/biolink_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, biolink_version: Optional[str] = None, is_test: bool = False)
self.root_category = "biolink:NamedThing"
self.root_predicate = "biolink:related_to"
biolink_helper_dir = os.path.dirname(os.path.abspath(__file__))
self.biolink_lookup_map_path = f"{biolink_helper_dir}/biolink_lookup_map_{self.biolink_version}_v4.pickle"
self.biolink_lookup_map_path = f"{biolink_helper_dir}/biolink_lookup_map_{self.biolink_version}_v5.pickle"

timestamp = str(datetime.datetime.now().isoformat())
eprint(f"{timestamp}: DEBUG: Loading BL lookup map...")
Expand Down

0 comments on commit cef23b5

Please sign in to comment.