Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set provider back to MGI to see if that fixes the missing annotations #41

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
set provider back to MGI to see if that fixes the missing annotations
sierra-moxon committed Mar 4, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 7fccb2fbbfc281aeeebbfc2f4e8bfa87914282c8
2 changes: 1 addition & 1 deletion src/gopreprocess/ortho_annotation_creation_controller.py
Original file line number Diff line number Diff line change
@@ -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 = "GO_Central"
new_annotation.provided_by = taxon_to_provider[self.target_taxon]
new_annotation.date = datetime.date.today()
new_annotation.subject.fullname = target_genes[taxon_to_provider[self.target_taxon] + ":" + gene][
"fullname"