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