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.managers package¶
Submodules¶
tool_shed.managers.groups module¶
Manager and Serializer for TS groups.
-
class
tool_shed.managers.groups.
GroupManager
(*args, **kwargs)[source]¶ Bases:
object
Interface/service object for interacting with TS groups.
tool_shed.managers.repositories module¶
Manager and Serializer for TS repositories.
-
class
tool_shed.managers.repositories.
RepoManager
(*args, **kwargs)[source]¶ Bases:
object
Interface/service object for interacting with TS repositories.
-
get
(trans, decoded_repo_id)[source]¶ Get the repo from the DB.
Parameters: decoded_repo_id (int) – decoded repo id Returns: the requested repo Return type: Repository
-