Skip to content

Commit

Permalink
Select files node error
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 24, 2024
1 parent 623118d commit 444cfc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions narps_open/pipelines/team_U26C.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def get_subject_level_analysis(self):
'{subject_id}_task-MGT_run-*_events.tsv')
}
selectderivs = Node(SelectFiles(templates), name = 'selectderivs')
selectderivs.inputs.base_directory = self.directories.dataset_dir
selectderivs.inputs.sort_filelist = True

# Gunzip - gunzip files because SPM do not use .nii.gz files
Expand Down

0 comments on commit 444cfc3

Please sign in to comment.