Warning

This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

galaxy.tool_shed.galaxy_install.migrate package

Submodules

galaxy.tool_shed.galaxy_install.migrate.check module

galaxy.tool_shed.galaxy_install.migrate.check.verify_tools(app, url, galaxy_config_file=None, engine_options=None)[source]
galaxy.tool_shed.galaxy_install.migrate.check.migrate_to_current_version(engine, schema)[source]

galaxy.tool_shed.galaxy_install.migrate.common module

class galaxy.tool_shed.galaxy_install.migrate.common.MigrateToolsApplication(tools_migration_config)[source]

Bases: galaxy.config.ConfiguresGalaxyMixin

Encapsulates the state of a basic Galaxy Universe application in order to initiate the Install Manager

__init__(tools_migration_config)[source]

Initialize self. See help(type(self)) for accurate signature.

property sa_session
shutdown()[source]