File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11"""dMRIPrep base processing workflows."""
2+ from .. import config
23import sys
34import os
45from copy import deepcopy
1415from smriprep .workflows .anatomical import init_anat_preproc_wf
1516
1617from niworkflows .utils .spaces import Reference
17- from .. import config
1818from ..interfaces import DerivativesDataSink , BIDSDataGrabber
1919from ..interfaces .reports import SubjectSummary , AboutSummary
2020from ..utils .bids import collect_data
Original file line number Diff line number Diff line change 11"""Orchestrating the dMRI-preprocessing workflow."""
2+ from ... import config
23from nipype .pipeline import engine as pe
34from nipype .interfaces import utility as niu
45
56from niworkflows .engine .workflows import LiterateWorkflow as Workflow
6- from ... import config
77from ...interfaces .vectors import CheckGradientTable
88from .util import init_dwi_reference_wf
99from .outputs import init_reportlets_wf
You can’t perform that action at this time.
0 commit comments