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.repository_types package¶
Submodules¶
tool_shed.repository_types.metadata module¶
tool_shed.repository_types.registry module¶
tool_shed.repository_types.repository_suite_definition module¶
-
class
tool_shed.repository_types.repository_suite_definition.
RepositorySuiteDefinition
[source]¶ Bases:
tool_shed.repository_types.metadata.TipOnly
-
is_valid_for_type
(app, repository, revisions_to_check=None)[source]¶ Inspect the received repository’s contents to determine if they abide by the rules defined for the contents of this type. If the received revisions_to_check is a list of changeset revisions, then inspection will be restricted to the revisions in the list.
-
tool_shed.repository_types.tool_dependency_definition module¶
-
class
tool_shed.repository_types.tool_dependency_definition.
ToolDependencyDefinition
[source]¶ Bases:
tool_shed.repository_types.metadata.TipOnly
-
is_valid_for_type
(app, repository, revisions_to_check=None)[source]¶ Inspect the received repository’s contents to determine if they abide by the rules defined for the contents of this type. If the received revisions_to_check is a list of changeset revisions, then inspection will be restricted to the revisions in the list.
-