Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 529 Bytes

miniwdl-backend-bare

This bare container backend plugin for miniwdl runs WDL task natively within the host enviroment. This plugin proves particularly advantageous for containerizing WDL workflows using Docker.

To install and apply this plugin:

pip3 install miniwdl-backend-bare
## Or 
# pip3 install git+https://github.com/ghbore/miniwdl-backend-bare
export MINIWDL__SCHEDULER__CONTAINER_BACKEND=bare