-
Notifications
You must be signed in to change notification settings - Fork 0
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
Gene product display on GO-CAM page not ideal ? #14
Comments
Yes, it was showing the gene labels before - at least when present in NEO. I looked around and I think this is due to the changes of NEO made by Ben sometime ago. I fixed the query and we do get most gene names again. There are however still a few genes that won't resolve: Interestingly, they do resolve in the graph editor: http://noctua.geneontology.org/editor/graph/gomodel:5e72450500001653 so this would indicate the triple store in production (rdf.geneontology.org) doesn't have the same NEO/gene info than minerva. I think this is a sufficient fix as most gene names do resolve now, if that's the case, feel free to close that ticket. |
Great, thanks for the quick response ! |
After discussion with bbop and to keep a reference of that xenbase gene that doesn't resolve with the blazegraph in production but does resolve within minerva (from noctua graph): And as a counter example when it works: |
@lpalbou how did you change the query to make it work? The problem is that NEO stopped being loaded into the graph store. I will fix that. But I'm curious what your change was, since as far as I know there should be no gene labels loaded in the current configuration. |
@balhoff Ah Jim, sometimes I wonder what we actually have in our triple/quad store ;) Like our friend Forrest Gump and its box of chocolate, you never know what you are gonna get with a schema less database. This was my fix. Instead of looking for the names in the Graph http://purl.obolibrary.org/obo/go/extensions/go-graphstore.owl, I started looking at the rool level. I didn't do some archeology to find out from which graph the data came from. Thanks for geneontology/go-site#1599. |
Hello,
On the GO-CAM site https://geneontology.cloud/browse
gene products show up as IRIs/links - is this intended ?
I thought the gene name was shown
Thanks, Pascale
The text was updated successfully, but these errors were encountered: