Slide 37
Slide 37 text
Rerun affected nodes only
>>> subjects = [‘sub001’]
>>> infosource.iterables = [('subject_id', subjects),
(‘model_id’, [1, 2])]
>>> smoothnode.iterables = [(‘fwhm’, [6])
:: Using content or timestamp hashing Nipype
tracks inputs and only reruns nodes with
changed inputs
>>> subjects = [‘sub001’, ‘sub002’, ‘sub003]
>>> infosource.iterables = [('subject_id', subjects),
(‘model_id’, [1, 2])]
>>> smoothnode.iterables = [(‘fwhm’, [0, 6])