Skip to content

Commit

Permalink
Group level randomise [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jun 25, 2024
1 parent 21e541f commit 11fd1a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions narps_open/pipelines/team_B23O.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,7 @@ def get_group_level_analysis_sub_workflow(self, method):
group_level.connect(specify_model, 'design_grp', estimate_model, 'cov_split_file')

# Randomise Node - Perform clustering on statistical output
randomise = MapNode(Randomise(),
name = 'randomise',
iterfield = ['in_file', 'cope_file'],
synchronize = True)
randomise = Node(Randomise(), name = 'randomise')
randomise.inputs.tfce = True
randomise.inputs.num_perm = 5000
randomise.inputs.c_thresh = 0.05
Expand Down

0 comments on commit 11fd1a6

Please sign in to comment.