fmriprep icon indicating copy to clipboard operation
fmriprep copied to clipboard

RF: Switch from DerivativesDataSinks to Prep/Save nodes

Open effigies opened this issue 1 year ago • 0 comments

Utilizing https://github.com/nipreps/niworkflows/pull/885. The goal here is to reduce unnecessary copies to the derivatives directory by doing any data transformation in a cached node, and then using an always_run node to check hashes and copy only if needed.

This should reduce the amount of rerunning done with --derivatives $MINIMAL.

effigies avatar Aug 23 '24 01:08 effigies