Got this when trying to install GMAP from the tool shed... Any ideas? Error Traceback: View as: Interactive | Text | XML (full) ⇝ KeyError: 'includes_repository_dependencies' URL: http://srv151/admin_toolshed/prepare_for_install?tool_shed_url=http://toolshed.g2.bx.psu.edu/&repository_ids=4131098bea459833&changeset_revisions=561503a442f0 Module weberror.evalexception.middleware:364 in respond view
app_iter = self.application(environ, detect_start_response) Module paste.debug.prints:98 in __call__ view environ, self.app) Module paste.wsgilib:539 in intercept_output view app_iter = application(environ, replacement_start_response) Module paste.recursive:80 in __call__ view return self.application(environ, start_response) Module galaxy.web.framework.middleware.remoteuser:91 in __call__ view return self.app( environ, start_response ) Module paste.httpexceptions:632 in __call__ view return self.application(environ, start_response) Module galaxy.web.framework.base:160 in __call__ view body = method( trans, **kwargs ) Module galaxy.web.framework:206 in decorator view return func( self, trans, *args, **kwargs ) Module galaxy.webapps.galaxy.controllers.admin_toolshed:1070 in prepare_for_install view includes_repository_dependencies = util.string_as_bool( repo_information_dict[ 'includes_repository_dependencies' ] ) KeyError: 'includes_repository_dependencies'
It's likely that you are tracking galaxy-central in your local Galaxy instance, but using the main Galaxy tool shed. If this is the case, you can use only the test Galaxy tool shed. You have to be tracking galaxy-dist in your local Galaxy instance to use the main Galaxy tool shed. Greg Von Kuster On Dec 4, 2012, at 7:06 PM, Anthonius deBoer wrote:
Got this when trying to install GMAP from the tool shed...
Any ideas?
Error Traceback: View as: Interactive | Text | XML (full) ⇝ KeyError: 'includes_repository_dependencies' URL: http://srv151/admin_toolshed/prepare_for_install?tool_shed_url=http://toolshed.g2.bx.psu.edu/&repository_ids=4131098bea459833&changeset_revisions=561503a442f0 Module weberror.evalexception.middleware:364 in respond view
app_iter = self.application(environ, detect_start_response) Module paste.debug.prints:98 in __call__ view environ, self.app) Module paste.wsgilib:539 in intercept_output view app_iter = application(environ, replacement_start_response) Module paste.recursive:80 in __call__ view return self.application(environ, start_response) Module galaxy.web.framework.middleware.remoteuser:91 in __call__ view return self.app( environ, start_response ) Module paste.httpexceptions:632 in __call__ view return self.application(environ, start_response) Module galaxy.web.framework.base:160 in __call__ view body = method( trans, **kwargs ) Module galaxy.web.framework:206 in decorator view return func( self, trans, *args, **kwargs ) Module galaxy.webapps.galaxy.controllers.admin_toolshed:1070 in prepare_for_install view includes_repository_dependencies = util.string_as_bool( repo_information_dict[ 'includes_repository_dependencies' ] ) KeyError: 'includes_repository_dependencies'
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
Ah.....Gotcha.... Thanks.... On Dec 04, 2012, at 04:16 PM, Greg Von Kuster <greg@bx.psu.edu> wrote: It's likely that you are tracking galaxy-central in your local Galaxy instance, but using the main Galaxy tool shed. If this is the case, you can use only the test Galaxy tool shed. You have to be tracking galaxy-dist in your local Galaxy instance to use the main Galaxy tool shed. Greg Von Kuster On Dec 4, 2012, at 7:06 PM, Anthonius deBoer wrote: Got this when trying to install GMAP from the tool shed... Any ideas? Error Traceback: View as: Interactive | Text | XML (full) ⇝ KeyError: 'includes_repository_dependencies' URL: http://srv151/admin_toolshed/prepare_for_install?tool_shed_url=http://toolshed.g2.bx.psu.edu/&repository_ids=4131098bea459833&changeset_revisions=561503a442f0 Module weberror.evalexception.middleware:364 in respond view
app_iter = self.application(environ, detect_start_response) Module paste.debug.prints:98 in __call__ view environ, self.app) Module paste.wsgilib:539 in intercept_output view app_iter = application(environ, replacement_start_response) Module paste.recursive:80 in __call__ view return self.application(environ, start_response) Module galaxy.web.framework.middleware.remoteuser:91 in __call__ view return self.app( environ, start_response ) Module paste.httpexceptions:632 in __call__ view return self.application(environ, start_response) Module galaxy.web.framework.base:160 in __call__ view body = method( trans, **kwargs ) Module galaxy.web.framework:206 in decorator view return func( self, trans, *args, **kwargs ) Module galaxy.webapps.galaxy.controllers.admin_toolshed:1070 in prepare_for_install view includes_repository_dependencies = util.string_as_bool( repo_information_dict[ 'includes_repository_dependencies' ] ) KeyError: 'includes_repository_dependencies'
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
participants (2)
-
Anthonius deBoer
-
Greg Von Kuster