VIP Visualization in Plugin
xxlovexx1314 opened this issue · 11 comments
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.
@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?
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.
Thanks a lot!