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 b766fe2 commit 2e0a16d
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 @@ -491,7 +491,7 @@ def get_group_level_analysis(self):
output_names = ['out']
),
name = 'select_subbrick',
iterfield = 'index'
iterfield = 'b'
)
select_subbrick.inputs.b = [0, 1, 2]
group_level.connect(t_test, 'out_file', select_subbrick, 'a')
Expand Down

0 comments on commit 2e0a16d

Please sign in to comment.