-
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
Support PATH_TO_IMAGES in vanilla Galaxy tools. #1676
Comments
👍 |
Similar request from here: https://biostar.usegalaxy.org/p/18371/ - as I proposed, possible an API call could provide a link to images/ in the tool dir? |
I don't think this issue has anything to do with the use of As far as I can make out, Galaxy only seems to process the directive for tools which have been installed via a toolshed - specifically in the
If I've understood this correctly then there would need to be some new code to handle when the tool is not an installed repository, coupled with some mechanism for actually serving the image file from wherever it is on the filesystem (as pointed out by @pvanheus). Could one possibility be to inline the images (e.g. base64 encode them)? Either way I'd suggest change the title of this issue to remove the reference to |
Hi, |
My current workaround is to create a directory in /static/images/tools and copy the images there. |
Hello @SamGG it's been a while since I had this problem but I think I used the same workaround as you, if this helps. |
Thanks for sharing. Hope this will be fixed. |
Currently only works for tool shed installed tools, differing behavior for tool shed installed tools and vanilla tools drives me crazy 😄.
https://twitter.com/dpryan79/status/695254422956425216
The text was updated successfully, but these errors were encountered: