Skip to content

Commit

Permalink
Whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 16, 2024
1 parent 11bb3d9 commit 98ffee2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/fmripost_aroma/workflows/aroma.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ def init_ica_aroma_wf(

ds_report_ica_aroma = pe.Node(
DerivativesDataSink(
base_directory=config.execution.fmripost_aroma_dir,
source_file=bold_file,
datatype='figures',
desc='aroma',
Expand Down Expand Up @@ -289,6 +290,7 @@ def init_ica_aroma_wf(

ds_components = pe.Node(
DerivativesDataSink(
base_directory=config.execution.fmripost_aroma_dir,
source_file=bold_file,
datatype='func',
desc='melodic',
Expand All @@ -304,6 +306,7 @@ def init_ica_aroma_wf(

ds_mixing = pe.Node(
DerivativesDataSink(
base_directory=config.execution.fmripost_aroma_dir,
source_file=bold_file,
datatype='func',
desc='melodic',
Expand All @@ -319,6 +322,7 @@ def init_ica_aroma_wf(

ds_aroma_features = pe.Node(
DerivativesDataSink(
base_directory=config.execution.fmripost_aroma_dir,
source_file=bold_file,
datatype='func',
desc='aroma',
Expand All @@ -339,6 +343,7 @@ def init_ica_aroma_wf(

ds_aroma_confounds = pe.Node(
DerivativesDataSink(
base_directory=config.execution.fmripost_aroma_dir,
source_file=bold_file,
datatype='func',
desc='melodic',
Expand Down Expand Up @@ -420,6 +425,7 @@ def init_denoise_wf(bold_file):

ds_denoised = pe.Node(
DerivativesDataSink(
base_directory=config.execution.fmripost_aroma_dir,
source_file=bold_file,
desc=f'{denoise_method}Denoised',
),
Expand Down

0 comments on commit 98ffee2

Please sign in to comment.