intermine / bluegenes-go-term-visualizer

MIT License
1 stars 7 forks source link

Not working in BlueGenes deployment: keeps loading #2

Closed AdrianBZG closed 5 years ago

AdrianBZG commented 5 years ago

It looks like the visualizer is not working, it keeps loading. See example: http://bluegenes.apps.intermine.org/#/reportpage/humanmine/Gene/6087400

akshatbhargava123 commented 5 years ago

So I checked it, added error handling to it but it doesn't work in deployment. It can only mean that we're not getting passed the right params. Just to confirm @yochannah, does BlueGenes pass the list id for this visualizer?

dataToInitialiseToolWith = { "class" : "Gene", "format" : "list", "value" : "PL_obesityMonogen_ORahilly09" }

It should look something like above.

heralden commented 5 years ago

As I mentioned in the chat, this tool is for the list page, which BlueGenes currently don't support tools for yet.

I created an issue and I'll look into adding this sometime this week or the next. https://github.com/intermine/bluegenes/issues/376

I'll be busy working on something else for a while, but let me know if it's important that this gets fixed quickly, in which case I can prioritize it.

heralden commented 5 years ago

I have implemented this in https://github.com/intermine/bluegenes/pull/378 and bluegenes-GO-term-visualizer is working. Well done!

2019-07-22-135700_937x1026_scrot

Sadly you'll only be able to test this yourself by running a local bluegenes instance, with that branch checked out. (Or ask me to test it.) We haven't deployed an updated bluegenes in ages, but we're looking to do it once Yo's back next week.

I'll close this issue now.