Skip to content

Commit

Permalink
uncommenting loading an ontology automatically in get_descendants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Aug 27, 2024
1 parent 1e1befc commit bc94401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/db/get_descendants.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_descendants_and_similarities():
array_of_ontologies.append(ft_doc["id"])
for ontology in array_of_ontologies:
ontology_list = ontology.split(':')
#load_ontology(ontology_list[0])
load_ontology(ontology_list[0])
url = "/beacon/beacon/db/ontologies/{}.obo".format(ontology_list[0].lower())
list_of_cousins = []
list_of_brothers = []
Expand Down

0 comments on commit bc94401

Please sign in to comment.