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.client package¶
Submodules¶
galaxy.tool_util.client.staging module¶
Client for staging inputs for Galaxy Tools and Workflows.
Implement as a connector to serve a bridge between galactic_job_json utility and a Galaxy API library.
- class galaxy.tool_util.client.staging.StagingInterface[source]¶
Bases:
object
Client that parses a job input and populates files into the Galaxy API.
Abstract class that must override _post (and optionally other things such _attach_file, _log, etc..) to adapt to bioblend (for Planemo) or using the tool test interactor infrastructure.
- stage(tool_or_workflow, history_id, job=None, job_path=None, use_path_paste=True, to_posix_lines=True, job_dir='.')[source]¶
- abstract property use_fetch_api¶
Return true is this should use (modern) data fetch API.
- class galaxy.tool_util.client.staging.StagingInterace[source]¶
Bases:
StagingInterface
For backward compatibility with previous class name