-
Notifications
You must be signed in to change notification settings - Fork 21
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
Need to change google distance edge #1925
Comments
…k:occurs_together_in_literature_with'
The predicate name has been changed from |
Great, thanks, @chunyuma ! |
I've posted this question on the EPC GitHub project area: and DM'd Matt and Sierra about it. |
Matt and Sierra have responded. Here is what Matt wrote: Here was the hyperlink that Matt provided: here Does this help clarify our path forward? |
@saramsey Can we have the link to the "s/s" google doc mentioned by Matt? |
So what's the state of sunsetting has_normalized_google_distance_with? Tyler is turning up the heat on non-compliant TRAPI. This still appears to be a problem. Perusing the issue here suggests that maybe the fix has been sitting stale in a branch for months? Are we waiting for something to happen first before merging this branch? Is the ranker prepared to handle this change? @chunyuma or anyone else: what stands in the way of merging this into master? |
@chunyuma , this is a simple name change, right? Or is there more to it than that? I don't see any reason why not to make it biolink compliant |
Sorry @edeutsch @dkoslicki, I previously thought that we might need to wait for the final decision about whether we need to change the EDAM code. It seems like our final decision is to keep it as is, right? I have just merged the branch |
No worries at all @chunyuma ! I think this just fell through the cracks: nothing to be sorry about! |
yes, no problem, no one has really been checking, but now they're going to start checking so it is good that we roll this out now. thank you! I wonder if there are other branches that are similarly sitting stale that could be merged? Maybe we should do a branch and issue cleaning party at a mini-hackathon soon? |
This is now rolled out in all the usual places where master is rolled out and seems to work. closing, thanks. |
The semantic validator that Richard is putting together is almost ready to deploy. He and I have been doing some testing and there are still a few things for him to fix, but I've successfully run some ARAX Responses through the validator and for the most part is works and our output is good. A few of the flagged problems are things that he needs to fix. But one notable error is:
flagging the fact that we just made up biolink:has_normalized_google_distance_with and it doesn't exist. But apparently there is now a predicate biolink:occurs_together_in_literature_with
https://biolink.github.io/biolink-model/docs/occurs_together_in_literature_with.html#relation-occurs_together_in_literature_with
So I'm thinking we should switch all occurrences in our code to that. Agreed?
But the we also need a proper way to encode the metric. We currently do:
I'm thinking that we need to change:
The text was updated successfully, but these errors were encountered: