Skip to content

Commit

Permalink
Output file names
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 11, 2024
1 parent 55766a4 commit 8fe0081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_3TR7.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def get_subject_level_outputs(self):

templates = [join(
self.directories.output_dir,
'subject_level', '_subject_id_{subject_id}', f'con_{contrast_id}.nii')\
'subject_level', '_subject_id_{subject_id}', f'scon_{contrast_id}.nii')\
for contrast_id in self.contrast_list]
templates += [join(
self.directories.output_dir,
Expand Down

0 comments on commit 8fe0081

Please sign in to comment.