Skip to content

Commit

Permalink
Merge pull request #239 from rwblair/issue235
Browse files Browse the repository at this point in the history
[WIP]change outpath for sbref report derivatives to reports
  • Loading branch information
rwblair committed Dec 7, 2016
2 parents 7fb08cf + 7ab47da commit 1812954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmriprep/workflows/sbref.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def sbref_preprocess(name='SBrefPreprocessing', settings=None):

ds_report = pe.Node(
DerivativesDataSink(base_directory=settings['output_dir'],
suffix='sbref_bet', out_path_base='report'),
suffix='sbref_bet', out_path_base='reports'),
name='DS_Report'
)

Expand Down Expand Up @@ -169,7 +169,7 @@ def sbref_t1_registration(name='SBrefSpatialNormalization', settings=None):

ds_report = pe.Node(
DerivativesDataSink(base_directory=settings['output_dir'],
suffix='sbref_t1_flt_bbr', out_path_base='report'),
suffix='sbref_t1_flt_bbr', out_path_base='reports'),
name='DS_Report'
)

Expand Down

0 comments on commit 1812954

Please sign in to comment.