DataBiosphere / toil

A scalable, efficient, cross-platform (Linux/macOS) and easy-to-use workflow engine in pure Python.
http://toil.ucsc-cgl.org/.
Apache License 2.0
901 stars 240 forks source link

Allow user-provided provisioner #2806

Open saimeCS opened 5 years ago

saimeCS commented 5 years ago

Provisioner are limited and hard coded to 'aws' 'gce' and 'azure'. We want to use our own implementation of AbstractProvisioner tu work on OVH infracstructure for instance.

┆Issue is synchronized with this Jira Story ┆Issue Number: TOIL-429

unito-bot commented 1 month ago

➤ Adam Novak commented:

We could probably resuscitate the PR for this without a lot of work. We no longer need to support Python 2.7.

unito-bot commented 1 month ago

➤ Adam Novak commented:

We might instead want this to work more like the existing Toil batch system plugin system.