from xcp_d.workflows.restingstate import init_reho_cifti_wf

wf = init_reho_cifti_wf(
    name_source="/path/to/bold.dtseries.nii",
    output_dir=".",
    mem_gb=0.1,
    omp_nthreads=1,
    name="cifti_reho_wf",
)