qsiprep.engine.workflows module

Supercharging Nipype’s workflow engine

Add special features to the Nipype’s vanilla workflows

class qsiprep.engine.workflows.LiterateWorkflow(name, base_dir=None)[source]

Bases: Workflow

Controls the setup and execution of a pipeline of processes.

__init__(name, base_dir=None)[source]

Create a workflow object. :Parameters: * name (alphanumeric string) – unique identifier for the workflow

  • base_dir (string, optional) – path to workflow storage

visit_desc()[source]

Builds a citation boilerplate by visiting all workflows appending their __desc__ field