Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Tibanna

Python 3.8 Build Status Code Quality Test Coverage Documentation Status


Tibanna runs portable pipelines (in CWL/WDL/Snakemake/shell) on the AWS Cloud.


Install Tibanna.

pip install tibanna

Use CLI to set up the cloud component and run workflow.

# Deploy Unicorn to the Cloud (Unicorn = serverless scheduler/resource allocator).
tibanna deploy_unicorn --usergroup=mygroup

# Run CWL/WDL workflow on the Cloud.
tibanna run_workflow --input-json=myrun.json

Alternatively, use Python API.

from tibanna.core import API

# Deploy Unicorn to the Cloud.
API().deploy_unicorn(usergroup='mygroup')

# Run CWL/WDL workflow on the Cloud.
API().run_workflow(input_json='myrun.json')


Note: Starting 0.8.2, Tibanna supports local CWL/WDL files as well as shell commands and Snakemake workflows.

Note 2: As of Tibanna version 2.0.0, Python 3.7 (and lower) is no longer supported. Please switch to Python 3.11! Python 3.8 is also supported as a fallback, but please prefer 3.11 if you can.

Note 3: Starting 0.8.0, one no longer needs to git clone the Tibanna repo.

  • Please switch from invoke <command> to tibanna <command>!
  • We also renovated the Python API as an inheritable class to allow development around tibanna.

For more details, see Tibanna Documentation.

Download files

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

Source Distribution

tibanna-6.0.1b4.tar.gz (101.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tibanna-6.0.1b4-py3-none-any.whl (113.1 kB view details)

Uploaded Python 3

File details

Details for the file tibanna-6.0.1b4.tar.gz.

File metadata

  • Download URL: tibanna-6.0.1b4.tar.gz
  • Upload date:
  • Size: 101.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.13.2 Darwin/23.6.0

File hashes

Hashes for tibanna-6.0.1b4.tar.gz
Algorithm Hash digest
SHA256 7f4c08299b8ea1b5fca5ffe600701d13b84a04d7aa3aa344fb5b003bc0b82118
MD5 483f8e8e6e2a45ad4ef127fc9bbae151
BLAKE2b-256 38369b35d5383c9ad31a1c502adc4bf71ab2c26c8e32a5692e366d4be86c5c4f

See more details on using hashes here.

File details

Details for the file tibanna-6.0.1b4-py3-none-any.whl.

File metadata

  • Download URL: tibanna-6.0.1b4-py3-none-any.whl
  • Upload date:
  • Size: 113.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.13.2 Darwin/23.6.0

File hashes

Hashes for tibanna-6.0.1b4-py3-none-any.whl
Algorithm Hash digest
SHA256 1cff7f038206ec384a25bb02ccb6d26ffb207f123c76acbc12c10324a65ff017
MD5 9d9c44fc0b5ef22f973c7e5838db6f12
BLAKE2b-256 e05ab4ab1854d7263c66f897488d54ba1f3e84536709883bf477b1b484b77946

See more details on using hashes here.

Release history Release notifications | RSS feed

6.1.0

2 files

This release

6.0.1b4 This release

2 files

6.0.0

2 files

5.5.3

2 files

5.5.2

2 files

5.5.0

2 files

5.4.3

2 files

5.4.2

2 files

5.4.1

2 files

5.4.0

2 files

5.2.2

2 files

5.2.0

2 files

5.1.0

2 files

5.0.0

2 files

4.0.0

2 files

3.3.1

2 files

3.3.0

2 files

3.2.1

2 files

3.1.2

2 files

3.1.1

2 files

3.1.0

2 files

3.0.0

2 files

2.2.6

2 files

2.2.5

2 files

2.2.4

2 files

2.2.3

2 files

2.2.2

2 files

2.2.1

2 files

2.2.0

2 files

2.1.0

2 files

2.0.0

2 files

1.9.2

2 files

1.9.1

3 files

1.9.0

3 files

1.8.1

3 files

1.8.0

3 files

1.7.1

2 files

1.7.0

3 files

1.6.0

2 files

1.5.0

3 files

1.4.1

3 files

1.3.1

3 files

1.2.8

3 files

1.2.7

3 files

1.2.6

3 files

1.2.5

3 files

1.2.4

3 files

1.2.3

3 files

1.2.2

3 files

1.2.1

3 files

1.2.0

3 files

1.1.3

3 files

1.1.2

3 files

1.1.1

3 files

1.1.0

3 files

1.0.6

3 files

1.0.5

3 files

1.0.4

3 files

1.0.2

3 files

1.0.1

3 files

1.0.0

3 files

0.18.3

3 files

0.18.2

3 files

0.18.1

3 files

0.18.0

3 files

0.17.3

3 files

0.17.2

3 files

0.17.1

3 files

0.17.0

3 files

0.16.0

3 files

0.15.6

3 files

0.15.5

3 files

0.15.4

3 files

0.15.3

3 files

0.15.2

3 files

0.15.1

3 files

0.15.0

3 files

0.14.1

3 files

0.13.1

3 files

0.12.1

3 files

0.12.0

3 files

0.11.3

3 files

0.11.2

3 files

0.11.1

3 files

0.11.0

3 files

0.10.2

3 files

0.10.1

3 files

0.10.0

3 files

0.9.7

3 files

0.9.6

3 files

0.9.5

3 files

0.9.4

1 file

0.9.3

1 file

0.9.2

1 file

0.9.1

1 file

0.9.0

2 files

0.8.8

2 files

0.8.7

2 files

0.8.6

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page