xcp_d.cli.run module

The xcp_d preprocessing worklow.

xcp_d preprocessing workflow

xcp_d.cli.run.build_workflow(opts, retval)[source]

Create the Nipype workflow that supports the whole execution graph, given the inputs.

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 fmriprep to enforce a hard-limited memory-scope.

xcp_d.cli.run.get_parser()[source]

Build parser object.

xcp_d.cli.run.main(args=None)[source]

Run the main workflow.