/miniwdl-backend-bare

A miniwdl plugin enables native execution of WDL workflows within the host environment

Primary LanguagePythonMIT LicenseMIT

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