Closed SolomonShorser-OICR closed 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.
Working on this, on feature branch, see:
https://github.com/Consonance/consonance/commit/a237f608beddc0ddbdb1ccd559092fa0c6f846e2
See: https://github.com/Consonance/consonance/pull/94
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.