reanahub / reana-workflow-engine-snakemake

REANA Workflow Engine Snakemake
MIT License
0 stars 22 forks source link

executor: default job environment #13

Closed mvidalgarcia closed 2 years ago

mvidalgarcia commented 3 years ago

Snakemake by default runs its workflows using the local python environment. Since in the REANA platform the rules run as isolated Kubernetes Job, we always need to set a base container image.

Consider using the snakemake docker image if no environment/container is provided in the Snakefile.