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

Fix MGI reference ID parsing in update pipeline #57

Open
dustine32 opened this issue Nov 23, 2022 · 0 comments
Open

Fix MGI reference ID parsing in update pipeline #57

dustine32 opened this issue Nov 23, 2022 · 0 comments
Assignees

Comments

@dustine32
Copy link
Collaborator

Not yet sure where exactly this is breaking but the "double-prefix" MGI is causing the whole ID from being output in the go_aggregate view:

annotation_id;accession;term;type;evidence_id;evidence;confidence_code;qualifier;creation_date
1019429424;PTHR21180:AN18;GO:0010875;MGI;1353904743;MGI;IMP;;2020-04-28 10:32:01

Here, both type and evidence are "MGI". For PMIDs, the standard is type="PMID" and evidence="12345".

We need to update queries to properly account for an MGI reference's double-prefix, e.g., "MGI:MGI:12345".

@dustine32 dustine32 self-assigned this Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant