You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes proposed in this pull request
This PR moves the datasinks for GIFTI files into the surface resampling
workflow, and adds the resampling workflow to the main BOLD workflow.
Previously we used these GIFTI files as intermediates for CIFTI, which
required collation across multiple sub-workflows. With that now being
done by other means, we have the opportunity to remove several
metadata-collation nodes. We are also able to get rid of a `JoinNode`
altogether, as iteration is all we need.
This workflow might now belong in `workflows.bold.outputs`, but that
would make the overall changes harder to assess.
This builds on #3120. It also has a cleanup commit that removes portions
of the derivatives workflow that have been reimplemented elsewhere.
0 commit comments