-
Notifications
You must be signed in to change notification settings - Fork 1k
Add rerun.io web viewer #20202
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
base: dev
Are you sure you want to change the base?
Add rerun.io web viewer #20202
Conversation
<data_sources> | ||
<data_source> | ||
<model_class>HistoryDatasetAssociation</model_class> | ||
<test test_attr="ext">rrd</test> |
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.
Do you need to add something like https://github.com/guerler/galaxy/blob/rerun_io/config/plugins/visualizations/vizarr/config/vizarr.xml#L17 to make it work for deferred URIs?
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.
I am not entirely sure, but this should be tested separately.
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.
Maybe add some tags?
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.
I added tags
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.
I see what you mean, yes that's a great idea, and maybe even check and display an alert if it's not the recommended browser. I have to build out a mechanism for this, but I can follow-up. We could also include version check to make sure its not only the right browser but also at the correct minimum version.
Installing this like the other visualizations as regular npm package, postponing the CDN discussion on scalability for now. |
Add to gulpfile Update package version Load directly from cdn Add help text Add test dataset for rerun-io Add subtype for rrd binary data Assign rrd to rerun.io visualization Amend description
This PR adds a Galaxy visualization plugin for rerun.io, used to explore .rrd logs from spatial and embodied AI systems.
The PR also adds a subclass binary datatype for
.rrd
.How to test the changes?
(Select all options that apply)
License