@@ -926,8 +926,7 @@ def init_func_derivatives_wf(output_dir, output_spaces, template, freesurfer,
926
926
CiftiNameSource (), iterfield = ['variant' ], name = 'name_cifti' ,
927
927
mem_gb = DEFAULT_MEMORY_MIN_GB , run_without_submitting = True )
928
928
cifti_bolds = pe .MapNode (
929
- DerivativesDataSink (base_directory = output_dir , desc = 'preproc' ,
930
- keep_dtype = True , compress = False ),
929
+ DerivativesDataSink (base_directory = output_dir , desc = 'preproc' , compress = False ),
931
930
iterfield = ['in_file' , 'suffix' ], name = 'cifti_bolds' ,
932
931
run_without_submitting = True , mem_gb = DEFAULT_MEMORY_MIN_GB )
933
932
cifti_key = pe .MapNode (DerivativesDataSink (
@@ -950,12 +949,12 @@ def init_func_derivatives_wf(output_dir, output_spaces, template, freesurfer,
950
949
name = "ds_aroma_noise_ics" , run_without_submitting = True ,
951
950
mem_gb = DEFAULT_MEMORY_MIN_GB )
952
951
ds_melodic_mix = pe .Node (DerivativesDataSink (
953
- base_directory = output_dir , suffix = 'MELODICmix ' ),
952
+ base_directory = output_dir , desc = 'MELODIC' , suffix = 'mixing ' ),
954
953
name = "ds_melodic_mix" , run_without_submitting = True ,
955
954
mem_gb = DEFAULT_MEMORY_MIN_GB )
956
- ds_aroma_mni = pe .Node (DerivativesDataSink (
957
- base_directory = output_dir , suffix = variant_suffix_fmt (
958
- template , 'smoothAROMAnonaggr' , 'preproc' ) ),
955
+ ds_aroma_mni = pe .Node (
956
+ DerivativesDataSink ( base_directory = output_dir , space = template ,
957
+ desc = 'smoothAROMAnonaggr' , keep_dtype = True ),
959
958
name = 'ds_aroma_mni' , run_without_submitting = True ,
960
959
mem_gb = DEFAULT_MEMORY_MIN_GB )
961
960
0 commit comments