Skip to content

Commit

Permalink
First level of U26C
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 23, 2024
1 parent c7035ee commit 4d0a6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion narps_open/pipelines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
'R9K3': None,
'SM54': None,
'T54A': None,
'U26C': None,
'U26C': 'PipelineTeamU26C',
'UI76': None,
'UK24': None,
'V55J': None,
Expand Down
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_U26C.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def get_subject_level_analysis(self):
Returns:
- subject_level_analysis : nipype.WorkFlow
"""
# Identitiy interface Node - to iterate over subject_id and run
# Identity interface Node - to iterate over subject_id and run
infosource = Node(interface=IdentityInterface(fields=['subject_id']),
name = 'infosource')
infosource.iterables = [('subject_id', self.subject_list)]
Expand Down

0 comments on commit 4d0a6ec

Please sign in to comment.