Dataflows for Neurohackweek

Introduction to Nipype dataflows

Overview

Teaching: 15 min
Exercises: 15 min
Questions
  • How do write a Nipype dataflow?

Objectives
  • Learn to write a simple dataflow

Quickest introduction to Nipype dataflows

A Workflow with a Function Node

A two-node Workflow

Introducing iterables

Introducing MapNode and JoinNode

Introducing Nipype interfaces

Introducing DataGrabber and DataSink

Key Points