Skip to content

Commit

Permalink
fix(ontobio): restored working version of ontobio
Browse files Browse the repository at this point in the history
  • Loading branch information
valearna committed Apr 2, 2021
1 parent caaeb1a commit c5fbc3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions genedescriptions/data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def load_associations_from_file(self, associations_type: DataType, associations_
associations_cache_path (str): path to cache file for the associations
config (GenedescConfigParser): configuration object where to read properties
"""
logger.info("Loading associations from file")
assoc_config = AssocParserConfig(remove_double_prefixes=True, paint=True)
assocs = AssociationSetFactory().create_from_assocs(assocs=GafParser(config=assoc_config).parse(
file=self._get_cached_file(cache_path=associations_cache_path, file_source_url=associations_url),
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pyyaml>=4.2b1
numpy
ontobio==1.20.0
num2words
dacite

0 comments on commit c5fbc3e

Please sign in to comment.