Consonance / consonance

Core consonance utilities for scheduling, reporting on, and provisioning VMs for workflows
GNU General Public License v3.0
14 stars 5 forks source link

More flexibility in which image to call #86

Closed SolomonShorser-OICR closed 9 years ago

SolomonShorser-OICR commented 9 years ago

Currently, the Worker can only call one docker image, see: https://github.com/Consonance/consonance/blob/develop/pancancer-arch-3/src/main/java/info/pancancer/arch3/worker/WorkerRunnable.java#L309

it would be nice if it could be given the name of a different image, in case someone builds an image containing a workflow and SeqWare.

SolomonShorser-OICR commented 9 years ago

Working on this, on feature branch, see:

https://github.com/Consonance/consonance/commit/a237f608beddc0ddbdb1ccd559092fa0c6f846e2

SolomonShorser-OICR commented 9 years ago

See: https://github.com/Consonance/consonance/pull/94