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

Clean up xref handling in ontology outputs #28763

Open
3 of 10 tasks
balhoff opened this issue Aug 26, 2024 · 4 comments
Open
3 of 10 tasks

Clean up xref handling in ontology outputs #28763

balhoff opened this issue Aug 26, 2024 · 4 comments

Comments

@balhoff
Copy link
Member

balhoff commented Aug 26, 2024

We have been annotating xrefs using qualifiers like skos:narrowMatch and skos:exactMatch (#20620). Right now the degree to which these annotations are carried through the pipeline varies, and likewise the handling of these qualifiers in outputs varies. We will make handling of these more sensible in a few ways:

@pgaudet
Copy link
Contributor

pgaudet commented Aug 27, 2024

I am assigning myself to add documentation once this is done.

@ValWood
Copy link
Contributor

ValWood commented Aug 29, 2024

tagging myself so that I can remove my filter when it's fixed.

@balhoff
Copy link
Member Author

balhoff commented Oct 31, 2024

We should discuss URI expansions for SKOS predicate values in the OBO prefixes Slack channel.

@balhoff
Copy link
Member Author

balhoff commented Nov 7, 2024

Consider merging external x2go mappings into the built ontology for release:

wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/interpro2go -O external2go/interpro2go
wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/pfam2go -O external2go/pfam2go
wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/pirsf2go -O external2go/pirsf2go
wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/prints2go -O external2go/prints2go
wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/prosite2go -O external2go/prosite2go
wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/smart2go -O external2go/smart2go
wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/uniprotkb_kw2go -O external2go/uniprotkb_kw2go
wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/uniprotkb_sl2go -O external2go/uniprotkb_sl2go
wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/unirule2go -O external2go/unirule2go
wget https://ftp.ebi.ac.uk/pub/databases/GO/goa/external2go/hamap2go -O external2go/hamap2go
wget https://ftp.ebi.ac.uk/pub/databases/Rfam/CURRENT/rfam2go -O external2go/rfam2go

Also, consider retrieving external x2go mappings directly as SSSOM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants
@balhoff @pgaudet @ValWood and others