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.
galaxy.tool_util.locations package
- class galaxy.tool_util.locations.ToolLocationResolver[source]
Bases:
object
Parse a URI-like string and return a ToolSource object.
- abstract property scheme
Short label for the type of location resolver and URI scheme.
Submodules
galaxy.tool_util.locations.dockstore module
galaxy.tool_util.locations.file module
galaxy.tool_util.locations.http module
- class galaxy.tool_util.locations.http.HttpToolResolver(**kwds)[source]
Bases:
ToolLocationResolver
- scheme = 'http'
- class galaxy.tool_util.locations.http.HttpsToolResolver(**kwds)[source]
Bases:
HttpToolResolver
- scheme = 'https'