Skip to content

Commit

Permalink
80GC group analysis select files using 3dTCat
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 3, 2024
1 parent c7de3be commit 7651709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_80GC.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def get_group_level_analysis(self):
select_output = Node(TCatSubBrick(), name = 'select_output', iterfield = 'in_files')
select_output.inputs.out_file = 'group_level_tstat.nii'
select_output.inputs.outputtype = 'NIFTI'
group_level.connect(select_subbrick.out, select_output, 'in_files')
group_level.connect(select_subbrick, 'out', select_output, 'in_files')

# DATA SINK - save important files
data_sink = Node(DataSink(), name = 'data_sink')
Expand Down

0 comments on commit 7651709

Please sign in to comment.