interactivereport/cellxgene_VIP

VIP Visualization in Plugin

xxlovexx1314 opened this issue · 11 comments

Hi Young,
After I updated the VIPInterface.sh recently, I still meet the visualization problems, as the following picture:
cf87707f2adb76724cc5ae78e4682f0
e:
Any suggestions?

It might be caused by the page was opened without any interaction for too long. Does other plotting functions work?

You can also "git pull" the newest version, activate your env, and run "./update.VIPInterface.sh once". And let me know if this helps.

I updated to the newest version, but it was not fixed. Does it matter with the JSPANEL?
5f47b1cb9d4fc4463fde2fb0eb47f51

@xxlovexx1314 sorry for the delay. Please "@" my name when you reply, so I can get notification.
Do you still have issue? or did you try reinstall from fresh?
thanks

@z5ouyang I also get this error after building the VIP. I use the cellxgene gateway from Novartis and I noticed some errors in console:
POST http://127.0.0.1:5005/view/pbmc3k.h5ad/VIP 500 (INTERNAL SERVER ERROR)
and when I try to use the plugin, I get:
Failed to load resource: the server responded with a status of 405 (METHOD NOT ALLOWED)
I am using the latest code from cellxgene and VIP.

Any ideas what could go wrong?

Also have this issue with the 405 error
image

Hi all, If this error shows on the initial loading, (rather than for each plot). The reason might be the version of "anndata" used to create h5ad files. Currently VIP uses anndata "0.7.4".
We are working on updating the VIP to align with newer cellxgene version (removed a function we need) which uses newer anndata version.

I was able to fix the 405 error using the solution from #35 (updating cellxgene-vip). However, I'm still running an older version of cellxgene to use cellxgene-vip because errors are thrown when launching certain datasets, or the VIP plugin doesn't showup, if using the newest version of cellxgene.

Very much looking forward to that update!

Hi all, If this error shows on the initial loading, (rather than for each plot). The reason might be the version of "anndata" used to create h5ad files. Currently VIP uses anndata "0.7.4". We are working on updating the VIP to align with newer cellxgene version (removed a function we need) which uses newer anndata version.

@z5ouyang Any updates on when it will be available (the support for new cellxgene)? We are looking into starting a project and we would like to know which versions (of cellxgene and VIP) should we target.

@eusebiu @Dane-Z
If you run "config.sh" again in your conda env. will be using cellxgene v1.1.1

Thanks a lot!