Skip to content

Commit

Permalink
Fixing genome
Browse files Browse the repository at this point in the history
  • Loading branch information
cshenry committed Mar 22, 2024
1 parent 24ae847 commit 1e83b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modelseedpy/core/msgenome.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def from_annotation_ontology(
features = []
for gene in gene_hash:
feature = MSFeature(gene.id,"")
features.append(feature)
for term in gene_hash[gene]:
feature.add_ontology_term(term.ontology.id, term.id)
if term.ontology.id == "SSO":
Expand Down

0 comments on commit 1e83b45

Please sign in to comment.