Skip to content

Commit

Permalink
fix: ontology importer miss type
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jun 4, 2024
1 parent e15e218 commit 3ffc7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ncbo_ontology_import
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def create_ontology(ont_info)
has_domains << category if category
end

new_ontology.groups = groups
new_ontology.group = groups
new_ontology.hasDomain = has_domains
new_ontology
end
Expand Down

0 comments on commit 3ffc7ee

Please sign in to comment.