23 Jul
2013
23 Jul
'13
10:32 a.m.
On 07/23/2013 05:14 PM, Sinthong, Phanwadee wrote:
Hi galaxy-dev,
I have a tool that generates a HTML output file which uses some javascript library. I cannot view the output file with the eye button in Galaxy, but it still works fine from the HTML file opened out of the file directory. I changed the sanitize_all_html = False and restarted the galaxy server as some earlier post suggested but still couldn't view the output file. What else can I do to execute Javascript in the Galaxy browser?
Which library are you trying to use? You may have to define your own datatype and add something like the following to the file "datatypes_conf.xml"afterwards: <datatype extension="html" type="galaxay.datatypes.xml:Html" mimetype="application/html">