Question: images for help section
0
gravatar for jasperkoehorst
2.4 years ago by
Netherlands
jasperkoehorst10 wrote:

I am currently developing some tools which can be used either inside or outside galaxy and therefor are not hosted in the galaxy toolshed yet. Now I am working on the help section for the galaxy wrapper and wanted to include images as it says more than a thousand words. However according to the manual these images needs to be located in ./static/images?

This would then require after adding the module to galaxy to manually copy the files into the static environment.

Would it be possible to have the galaxyTool.xml file when pointing to an .. image:: be able to read the image from the tool section where the XML file is located in? This so I can easily keep the module up to date using git.

tool help • 753 views
ADD COMMENTlink modified 2.4 years ago by Peter van Heusden150 • written 2.4 years ago by jasperkoehorst10
4
gravatar for Peter van Heusden
2.4 years ago by
Peter van Heusden150 wrote:

Unfortunately the tool is going to be installed in a location that is not served by the Galaxy server, so what you describe wouldn't work. It is an interesting idea though, so perhaps an API could be added to the tools API (in lib/galaxy/webapps/galaxy/api/tools.py) that allowed tools to expose a images/ directory (using @expose_api_anonymous_and_sessionless) directory. Perhaps raise this on the galaxy-dev mailing list if you want to explore the topic further.

ADD COMMENTlink written 2.4 years ago by Peter van Heusden150
2

This is related to this issue: https://github.com/galaxyproject/galaxy/issues/1676

ADD REPLYlink written 2.4 years ago by Peter van Heusden150
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 172 users visited in the last hour