@@ -881,7 +881,7 @@ def init_func_derivatives_wf(bids_root, cifti_output, freesurfer,
881
881
name = "ds_confounds" , run_without_submitting = True ,
882
882
mem_gb = DEFAULT_MEMORY_MIN_GB )
883
883
workflow .connect ([
884
- (inputnode , raw_sources , [('source_file' , 'in_file ' )]),
884
+ (inputnode , raw_sources , [('source_file' , 'in_files ' )]),
885
885
(inputnode , ds_confounds , [('source_file' , 'source_file' ),
886
886
('confounds' , 'in_file' )]),
887
887
])
@@ -919,7 +919,7 @@ def init_func_derivatives_wf(bids_root, cifti_output, freesurfer,
919
919
name = 'ds_bold_aseg_t1' , run_without_submitting = True ,
920
920
mem_gb = DEFAULT_MEMORY_MIN_GB )
921
921
ds_bold_aparc_t1 = pe .Node (DerivativesDataSink (
922
- base_directory = output_dir , space = 'T1w' , desc = 'aparcaseg' , suffix = 'dseg' ),
922
+ base_directory = output_dir , space = 'T1w' , desc = 'aparcaseg' , suffix = 'dseg' ),
923
923
name = 'ds_bold_aparc_t1' , run_without_submitting = True ,
924
924
mem_gb = DEFAULT_MEMORY_MIN_GB )
925
925
workflow .connect ([
@@ -963,7 +963,7 @@ def init_func_derivatives_wf(bids_root, cifti_output, freesurfer,
963
963
name = 'ds_bold_aseg_mni' , run_without_submitting = True ,
964
964
mem_gb = DEFAULT_MEMORY_MIN_GB )
965
965
ds_bold_aparc_mni = pe .Node (DerivativesDataSink (
966
- base_directory = output_dir , space = template , desc = 'aparcaseg' , suffix = 'dseg' ),
966
+ base_directory = output_dir , space = template , desc = 'aparcaseg' , suffix = 'dseg' ),
967
967
name = 'ds_bold_aparc_mni' , run_without_submitting = True ,
968
968
mem_gb = DEFAULT_MEMORY_MIN_GB )
969
969
workflow .connect ([
0 commit comments