Draft: more workflow managers
Reviving the idea of a chain
prefix command (see !18 (closed)).
Since meanwhile, we have pushed the transcribe
command, this MR also includes two new Python libs:
-
DagWriter
(inpython/dag.py
) to handle DAG jobs (to be used by bothtranscribe
andchain
) -
JobWatcher
(inpython/watch.py
) to watch ongoing HTC jobs (to be used bysubmit
,transcribe
,chain
)