-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add Vizarr visualization #19061
Add Vizarr visualization #19061
Conversation
c53b476
to
3cef6d1
Compare
3df1b9c
to
0a8582c
Compare
0a8582c
to
31b2f02
Compare
@davelopez is that one ready to go? If so can you please take it out of Draft? |
@bgruening it is technically ready, but I want to make sure I follow the latest changes in the instructions for creating new visualizations and I'm currently publishing the package to npm with my own account, I think the decision was to publish all of them under galaxyproject, so I need to make sure. |
Galaxy expects it to be called `logo.png` and the logo attribute only works in the visualization development framework for now.
e47f460
to
833f174
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Thank you!
Requires #19040 and #19097
xref #16862
Visualization for Zarr-like datasets based on https://github.com/hms-dbmi/vizarr
For local Zarr datasets (directories uploaded as zip)
Screencast.from.2024-10-25.17-15-38.mp4
For remote (deferred) Zarr datasets (URI pointing to an S3 or remote location)
VisualizeDeferredZarr.mp4
TODO
How to test the changes?
defer dataset resolution
in the upload options before uploadingLicense