qsirecon.cli.workflow module
The workflow builder factory method.
All the checks and the construction of the workflow are done
inside this function that has pickleable inputs and output
dictionary (retval) to allow isolation using a
multiprocessing.Process that allows qsirecon to enforce
a hard-limited memory-scope.
- qsirecon.cli.workflow.build_boilerplate(config_file, workflow)[source]
Write boilerplate in an isolated process.