Hi devs,
Got the following error when trying to test the install of a dependency:
URL: http://bioinf-galaxy/admin_toolshed/manage_tool_dependencies?sort=-create_time&show_item_checkboxes=false&async=false&page=1&webapp=galaxy&operation=install&id=00f52b22f3524111&
Module paste.exceptions.errormiddleware:143 in __call__
>> app_iter = self.application(environ, start_response)
Module paste.debug.prints:98 in __call__
>> environ, self.app)
Module paste.wsgilib:539 in intercept_output
>> app_iter = application(environ, replacement_start_response)
Module paste.recursive:80 in __call__
>> return self.application(environ, start_response)
Module paste.httpexceptions:632 in __call__
>> return self.application(environ, start_response)
Module galaxy.web.framework.base:160 in __call__
>> body = method( trans, **kwargs )
Module galaxy.web.framework:184 in decorator
>> return func( self, trans, *args, **kwargs )
Module galaxy.web.controllers.admin_toolshed:904 in manage_tool_dependencies
>> self.initiate_tool_dependency_installation( trans, tool_dependencies_for_installation )
Module galaxy.web.framework:184 in decorator
>> return func( self, trans, *args, **kwargs )
Module galaxy.web.controllers.admin_toolshed:530 in initiate_tool_dependency_installation
>> tool_dependencies_config = get_config_from_disk( 'tool_dependencies.xml', tool_shed_repository.repo_path( trans.app ) )
Module galaxy.util.shed_util:920 in get_config_from_disk
>> for root, dirs, files in os.walk( relative_install_dir ):
Module os:276 in walk
>> names = listdir(top)
TypeError: coercing to Unicode: need string or buffer, NoneType found
Any ideas??
Thanks,
Franco