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.dependencies package¶
Subpackages¶
Submodules¶
tool_shed.dependencies.attribute_handlers module¶
-
class
tool_shed.dependencies.attribute_handlers.
RepositoryDependencyAttributeHandler
(app, unpopulate)[source]¶ Bases:
object
-
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.
-