commit/galaxy-central: dan: Add a message about tools that will not be enabled during migration due to not being in the tool_conf.xml.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/873dba0459da/ changeset: 873dba0459da user: dan date: 2012-11-05 17:09:50 summary: Add a message about tools that will not be enabled during migration due to not being in the tool_conf.xml. affected #: 1 file diff -r 8afb981f46c11886a6106fa317936e709c311791 -r 873dba0459da52335fab1dab38de88a92d44a264 lib/galaxy/tool_shed/install_manager.py --- a/lib/galaxy/tool_shed/install_manager.py +++ b/lib/galaxy/tool_shed/install_manager.py @@ -143,6 +143,8 @@ tool_panel_dict_for_tool_config = generate_tool_panel_dict_for_tool_config( guid, tool_config, tool_sections=tool_sections ) for k, v in tool_panel_dict_for_tool_config.items(): tool_panel_dict_for_display[ k ] = v + else: + print 'The tool "%s" (%s) has not been enabled because it is not defined in a proprietary tool config (%s).' % ( guid, tool_config, ", ".join( self.proprietary_tool_confs or [] ) ) metadata_dict, invalid_file_tups = generate_metadata_for_changeset_revision( app=self.app, repository=tool_shed_repository, repository_clone_url=repository_clone_url, Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket