File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -525,29 +525,6 @@ def init_bold_wf(
525
525
mem_gb = mem_gb ["resampled" ],
526
526
)
527
527
528
- if config .workflow .project_goodvoxels :
529
- ds_goodvoxels_mask = pe .Node (
530
- DerivativesDataSink (
531
- base_directory = fmriprep_dir ,
532
- space = "T1w" ,
533
- desc = "goodvoxels" ,
534
- suffix = "mask" ,
535
- compress = True ,
536
- dismiss_entities = ("echo" ,),
537
- # Metadata
538
- Type = "ROI" ,
539
- ),
540
- name = "ds_goodvoxels_mask" ,
541
- run_without_submitting = True ,
542
- mem_gb = config .DEFAULT_MEMORY_MIN_GB ,
543
- )
544
- ds_goodvoxels_mask .inputs .source_file = bold_file
545
- workflow .connect ([
546
- (bold_fsLR_resampling_wf , ds_goodvoxels_mask , [
547
- ("outputnode.goodvoxels_mask" , "in_file" ),
548
- ]),
549
- ]) # fmt:skip
550
-
551
528
bold_grayords_wf = init_bold_grayords_wf (
552
529
grayord_density = config .workflow .cifti_output ,
553
530
mem_gb = 1 ,
You can’t perform that action at this time.
0 commit comments