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

Investigate problem with upper level equivalences #39

Open
matentzn opened this issue Aug 16, 2019 · 5 comments
Open

Investigate problem with upper level equivalences #39

matentzn opened this issue Aug 16, 2019 · 5 comments
Assignees

Comments

@matentzn
Copy link
Collaborator

This has no bearing on the release, but during qc I noticed that there are some strange equivalences that need to be investigated:

2019-08-16 07:42:48,375 ERROR org.obolibrary.robot.ReasonOperation - Only equivalent classes that have been asserted are allowed. Inferred equivalencies are forbidden.
2019-08-16 07:42:48,376 ERROR org.obolibrary.robot.ReasonOperation - Equivalence: <http://purl.obolibrary.org/obo/CL_0000003> == <http://purl.obolibrary.org/obo/CL_0000000>
2019-08-16 07:42:48,377 ERROR org.obolibrary.robot.ReasonOperation - Equivalence: <http://purl.obolibrary.org/obo/CL_0000000> == <http://purl.obolibrary.org/obo/CARO_0000013>
2019-08-16 07:42:48,377 ERROR org.obolibrary.robot.ReasonOperation - Equivalence: <http://purl.obolibrary.org/obo/CL_0000003> == <http://purl.obolibrary.org/obo/GO_0005623>

In particular I dont like the two CL equivalences..

@matentzn matentzn self-assigned this Aug 16, 2019
@Clare72
Copy link
Collaborator

Clare72 commented Jan 30, 2020

GO_0005623 'cell'
CARO_0000013 'cell'
CL_0000000 'cell'
CL_0000003 'native cell'

asserted equivalence:
GO:cell == CL:cell (no longer present due to obsoletion of GO:cell)
CARO:cell == CL:native cell (in CARO import)
GO:cell == CARO:cell (in CARO import)

@Clare72
Copy link
Collaborator

Clare72 commented Jan 11, 2021

I think with the "GO:cell == CL:cell" assertion gone, we now only have the third inference - "CL:native cell == GO:cell"

@matentzn
Copy link
Collaborator Author

I made this Tickeet : obophenotype/caro#23

But I doubt it will ever be done without @dosumis deciding we should just do it ourselves.

@dosumis
Copy link
Collaborator

dosumis commented Jan 11, 2021

I think with the "GO:cell == CL:cell" assertion gone, we now only have the third inference - "CL:native cell == GO:cell"

How is that possible if GO:cell is now obsolete? Is this just an out of date import in CARO?

@matentzn
Copy link
Collaborator Author

Yes. CARO has not been updated in years!

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

3 participants