aslprep.niworkflows.engine.workflows module

Supercharging Nipype’s workflow engine.

Add special features to the Nipype’s vanilla workflows

class 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 str) – unique identifier for the workflow

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

visit_desc()[source]

Build a citation boilerplate by visiting all workflows.