Skip to content

Commit

Permalink
Merge pull request #35 from geneontology/feb_updates
Browse files Browse the repository at this point in the history
move original annotation source from MGI to GO_Central
  • Loading branch information
sierra-moxon authored Feb 26, 2024
2 parents b1ac76d + 6548351 commit e7156ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gopreprocess/ortho_annotation_creation_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def generate_annotation(
new_annotation.object.taxon = Curie.from_str(self.target_taxon)
new_annotation.object_extensions = []
new_annotation.subject_extensions = []
new_annotation.provided_by = taxon_to_provider[self.target_taxon]
new_annotation.provided_by = "GO_Central"
new_annotation.subject.fullname = target_genes[taxon_to_provider[self.target_taxon] + ":" + gene][
"fullname"
]
Expand Down

0 comments on commit e7156ba

Please sign in to comment.