Skip to main content

A TES batch system plugin for Toil

Project description

Toil TES Batch System

Find us on PyPI!

This package contains the TES batch system implementation that was removed from Toil after version 5.12. It allows the Toil workflow engine to run workflows on servers that implement the GA4GH Task Execution Schemas API.

If you intall it, newer versions of Toil will pick up that it is installed, import it, and allow you to use it with --batchSystem tes.

Installation

  1. Create and enter a Python environment with Toil >=6.2 installed.

  2. Clone this repository.

  3. Enter the directory you cloned the repository to.

  4. Run pip install ..

Usage

To use the TES batch system, run a workflow with --batchSystem tes, and configure a username and passowrd or a bearer token for authentication (see below). You might also need to use the AWS job store, or another job store accessible over the network.

This plugin adds the following options to Toil:

  --tesEndpoint TES_ENDPOINT
                        The http(s) URL of the TES server.
                        (default: http://<leader IP>:8000)
  --tesUser TES_USER    User name to use for basic authentication to TES server.
  --tesPassword TES_PASSWORD
                        Password to use for basic authentication to TES server.
  --tesBearerToken TES_BEARER_TOKEN
                        Bearer token to use for authentication to TES server.

They can be configured using the following environment variables:

+----------------------------------+----------------------------------------------------+
| TOIL_TES_ENDPOINT                | URL to the TES server to run against when using    |
|                                  | the ``tes`` batch system.                          |
+----------------------------------+----------------------------------------------------+
| TOIL_TES_USER                    | Username to use with HTTP Basic Authentication to  |
|                                  | log into the TES server.                           |
+----------------------------------+----------------------------------------------------+
| TOIL_TES_PASSWORD                | Password to use with HTTP Basic Authentication to  |
|                                  | log into the TES server.                           |
+----------------------------------+----------------------------------------------------+
| TOIL_TES_BEARER_TOKEN            | Token to use to authenticate to the TES server.    |
+----------------------------------+----------------------------------------------------+

Developing the Plugin

When working on this plugin, make sure to update the range of required Toil version when the Toil batch system API changes.

To publish to PyPI, make sure you have an account-scope or project-scope authentication token configured. Then run:

python3.9 -m virtualenv venv
. venv/bin/activate
pip install setuptools wheel build twine
rm -Rf dist/
python -m build
ls dist/
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toil_batch_system_tes-2.0.0.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

toil_batch_system_tes-2.0.0-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

File details

Details for the file toil_batch_system_tes-2.0.0.tar.gz.

File metadata

  • Download URL: toil_batch_system_tes-2.0.0.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for toil_batch_system_tes-2.0.0.tar.gz
Algorithm Hash digest
SHA256 0bc21adc3f5ca56b7afdf0eca5b8ca98ffc504dc1a29d952bffc3e2d56396d48
MD5 69e0d9e00a388ffab16b2da9ee2898a7
BLAKE2b-256 7ed368b242912ebf95242b4ed34f3f289d55b7da5c5bb74958a71f1bb4e3c4fe

See more details on using hashes here.

Provenance

File details

Details for the file toil_batch_system_tes-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for toil_batch_system_tes-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e5d154596932607e1383d07b4242aeef56cd8b58431f1d8f144d3439e5ed5cb9
MD5 1035cb738a2fb3ad3194d4ab8ec6837c
BLAKE2b-256 49ab98abd408c17da684d9e422fa19510de7857e1891d97a32eb83c71e721968

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page