Files
galaxy/config/plugins/visualizations/additional_template_paths.xml
T
John Chilton 5547bb7df5 Refactor interactive environment plugin framework out of IPython and into Galaxy.
Rely on more Python and less on mako, setup a small shared common mako file in config/plugins/interactive_environments/common/ie.mako. Move ie.js into client/galaxy/scripts/galaxy.interactive_environments.js and extract IPython's require config out so it doesn't have to directly reference client/galaxy/scripts/galaxy.interactive_environments.js (I doubt it is where that file actually should be).
2014-10-18 18:38:04 -04:00

7 lines
251 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- these relative paths can contain common templates importable by all visualization plugins -->
<paths>
<path>common/templates</path>
<path>../interactive_environments/common/templates</path>
</paths>