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 1
1
"""dMRIPrep base processing workflows."""
2
+ from .. import config
2
3
import sys
3
4
import os
4
5
from copy import deepcopy
14
15
from smriprep .workflows .anatomical import init_anat_preproc_wf
15
16
16
17
from niworkflows .utils .spaces import Reference
17
- from .. import config
18
18
from ..interfaces import DerivativesDataSink , BIDSDataGrabber
19
19
from ..interfaces .reports import SubjectSummary , AboutSummary
20
20
from ..utils .bids import collect_data
Original file line number Diff line number Diff line change 1
1
"""Orchestrating the dMRI-preprocessing workflow."""
2
+ from ... import config
2
3
from nipype .pipeline import engine as pe
3
4
from nipype .interfaces import utility as niu
4
5
5
6
from niworkflows .engine .workflows import LiterateWorkflow as Workflow
6
- from ... import config
7
7
from ...interfaces .vectors import CheckGradientTable
8
8
from .util import init_dwi_reference_wf
9
9
from .outputs import init_reportlets_wf
You can’t perform that action at this time.
0 commit comments