-
Notifications
You must be signed in to change notification settings - Fork 18
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 visualization plugin for .qzv files #5
Comments
There are few potential ways to handle this.
I just checked the reference you provided, which is actually a good summary of everything I just typed out here, so I'll provide my two cents: |
xref ebolyen/galaxy#1 |
Thanks so much for the detailed explanation and the PR! I'll test out that PR shortly, but will requiring CORS+TLS be a realistic issue? How common is it to have a galaxy deployment on localhost? I do really like 3 as a long-term goal, one of the things we keep saying we'll do is pull out the provenance DAG as an NPM installable component so that we can share it between interfaces. This would be yet another reason to do so. As for 2, that may actually be easiest, as all we need to do is serve a directory at some path. Would this require the user to run a second tool, or can a tool run execute as part of the "inspect-eye" button? It kind of sounds like the |
Addition Description
There needs to be a way to view .qzv files inside Galaxy. It isn't yet clear how to dynamically serve files as each .qzv file is essentially a mini website with static assets and an index.html file.
Questions
References
cc @blankenberg, any ideas here?
The text was updated successfully, but these errors were encountered: