We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
go_aggregate
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".
type
evidence
We need to update queries to properly account for an MGI reference's double-prefix, e.g., "MGI:MGI:12345".
The text was updated successfully, but these errors were encountered:
dustine32
No branches or pull requests
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:Here, both
type
andevidence
are "MGI". For PMIDs, the standard istype
="PMID" andevidence
="12345".We need to update queries to properly account for an MGI reference's double-prefix, e.g., "MGI:MGI:12345".
The text was updated successfully, but these errors were encountered: