Skip to content

Commit

Permalink
Group analysis workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Oct 17, 2023
1 parent 9a63118 commit 95fe702
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions narps_open/pipelines/team_08MQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,15 +734,15 @@ def get_group_level_analysis_sub_workflow(self, method):
base_dir = self.directories.working_dir,
name = f'group_level_analysis_{method}_nsub_{nb_subjects}'
)
"""group_level_analysis.connect([
(info_source, select_files, [('contrast_id', 'contrast_id')]),
(info_source, subgroups_contrasts, [('subject_list', 'subject_ids')]),
group_level_analysis.connect([
(info_source, select_files, [('contrast_id', 'contrast_id')])
"""(info_source, subgroups_contrasts, [('subject_list', 'subject_ids')]),
(select_files, subgroups_contrasts, [
('cope', 'copes'),
('varcope', 'varcopes'),
('participants', 'participants_file'),
])
])"""
])"""
])

# [INFO] Here we define the contrasts used for the group level analysis, depending on the
# method used.
Expand Down

0 comments on commit 95fe702

Please sign in to comment.