-
Notifications
You must be signed in to change notification settings - Fork 9
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
OME-TIFFs fail to load with no error message #65
Comments
Is there a version of
The spatial component of my shiny app can be found here. |
I just merged a pull request that upgrades the JavaScript package version used in the R package. Would you be able to check if the current implementation on the main branch fixes it? |
Thanks Mark. I downloaded from the main branch but I get the following error in the R console when I start the shiny app:
|
Are you intending to use the current directory by supplying an empty string for |
I'm not sure where the |
Hi Mark, I just managed to overcome the
The images still don't display and just appear as black/white boxes. Any ideas on what could be causing this? |
It seems like it could be an issue with the OME-TIFF organization or metadata (or with Vitessce being limited in the OME-TIFF files that can be loaded). Can you check that the file you are trying to use loads in avivator (should be able to drag and drop the file)? Are you able to share the OME-XML metadata (can be done by running the |
Thanks for looking into this Mark. After a lot of debugging, I've finally worked out that the issue was because the i.e.
The images are now being displayed correctly. Sorry for any inconvenience caused! |
Describe the bug
The
ome_tiff_remote.Rmd
vignette fails to load its OME-TIFF and the loading indicator in the Spatial view just keeps spinning.To Reproduce
Steps to reproduce the behavior:
Run the
ome_tiff_remote.Rmd
vignette.Expected behavior
Expected an error in the console or a successfully loaded image.
It seems to be fixed by:
production
todevelopment
inwebpack.config.js
webpack.config.js
The text was updated successfully, but these errors were encountered: