Hi All
I am a new user of Galaxy. So please bear with me, if I am asking very obvious question.
I am trying incorporate javascript and HTML5 based tool to visualize gff3 format data. The tool runs fine from a webserver (I tried with apache). I have read your visualization tutorial and followed it. Even if I try very simple display functionality, that is read a line from gff3 file and display it, I get following error,
AttributeError: 'Bunch' object has no attribute 'template_lookup'
URL: http://127.0.0.1:8080/visualization/show/Genoverse?dataset_id=2d9035b3fc152403
File '/home/shyama/workspace/galaxy-dist/eggs/WebError-0.8a-py2.7.egg/weberror/evalexception/middleware.py', line 364 in respond
app_iter = self.application(environ, detect_start_response)
File '/home/shyama/workspace/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/recursive.py', line 84 in __call__
return self.application(environ, start_response)
File '/home/shyama/workspace/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpexceptions.py', line 633 in __call__
return self.application(environ, start_response)
File '/home/shyama/workspace/galaxy-dist/lib/galaxy/web/framework/base.py', line 132 in __call__
return self.handle_request( environ, start_response )
File '/home/shyama/workspace/galaxy-dist/lib/galaxy/web/framework/base.py', line 190 in handle_request
body = method( trans, **kwargs )
File '/home/shyama/workspace/galaxy-dist/lib/galaxy/web/framework/__init__.py', line 98 in decorator
return func( self, trans, *args, **kwargs )
File '/home/shyama/workspace/galaxy-dist/lib/galaxy/webapps/galaxy/controllers/visualization.py', line 824 in render
embedded=embedded, query=kwargs, vars={}, config=config, **resources )
File '/home/shyama/workspace/galaxy-dist/lib/galaxy/web/base/pluginframework.py', line 592 in fill_template
return trans.fill_template( template_filename, template_lookup=plugin.template_lookup, **kwargs )
AttributeError: 'Bunch' object has no attribute 'template_lookup'
Can you kindly help me with this please?
Thanks in advance.
Shyama