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.

tool_shed.dependencies package

Submodules

tool_shed.dependencies.attribute_handlers module

class tool_shed.dependencies.attribute_handlers.RepositoryDependencyAttributeHandler(app, unpopulate)[source]

Bases: object

__init__(app, unpopulate)[source]

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

check_tag_attributes(elem)[source]
handle_complex_dependency_elem(parent_elem, elem_index, elem)[source]

Populate or unpopulate the toolshed and changeset_revision attributes of a <repository> tag that defines a complex repository dependency.

handle_elem(elem)[source]

Populate or unpopulate the changeset_revision and toolshed attributes of repository tags.

handle_sub_elem(parent_elem, elem_index, elem)[source]

Populate or unpopulate the toolshed and changeset_revision attributes for each of the following tag sets. <action type=”set_environment_for_install”> <action type=”setup_r_environment”> <action type=”setup_ruby_environment”>

handle_tag_attributes(config)[source]

Populate or unpopulate the toolshed and changeset_revision attributes of a <repository> tag. Populating will occur when a dependency definition file is being uploaded to the repository, while unpopulating will occur when the repository is being exported.

class tool_shed.dependencies.attribute_handlers.ToolDependencyAttributeHandler(app, unpopulate)[source]

Bases: object

__init__(app, unpopulate)[source]

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

handle_tag_attributes(tool_dependencies_config)[source]

Populate or unpopulate the tooshed and changeset_revision attributes of each <repository> tag defined within a tool_dependencies.xml file.