1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/450594312d80/ Changeset: 450594312d80 User: dan Date: 2014-01-22 17:13:13 Summary: Fix for installing migrated tools with dependencies. Affected #: 1 file diff -r 6c3c24b83d97adc4b946f01321c540fc48e6bb21 -r 450594312d802a518964c7955528ea759001b2ad lib/tool_shed/galaxy_install/migrate/common.py --- a/lib/tool_shed/galaxy_install/migrate/common.py +++ b/lib/tool_shed/galaxy_install/migrate/common.py @@ -2,7 +2,7 @@ import os import sys import galaxy.config -from tool_shed.galaxy_install import install_manager +from tool_shed.galaxy_install import install_manager, installed_repository_manager class MigrateToolsApplication( object, galaxy.config.ConfiguresGalaxyMixin ): @@ -41,6 +41,8 @@ self._configure_toolbox() self._configure_tool_shed_registry() + + self.installed_repository_manager = installed_repository_manager.InstalledRepositoryManager( self ) # Get the latest tool migration script number to send to the Install manager. latest_migration_script_number = int( tools_migration_config.split( '_' )[ 0 ] ) 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.