Warning

This document is for an in-development version 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.

tool_shed.galaxy_install.migrate package

Submodules

tool_shed.galaxy_install.migrate.check module

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

tool_shed.galaxy_install.migrate.common module

class 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]
sa_session
shutdown()[source]