Skip to content

Commit

Permalink
[BUG] input func from derivs
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Feb 26, 2024
1 parent 06212fe commit 0bdc4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions narps_open/pipelines/team_R9K3.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def get_preprocessing(self):

# SELECT FILES - to select necessary files
templates = {
'func' : join('sub-{subject_id}', 'func',
'sub-{subject_id}_task-MGT_run-*_bold.nii.gz'),
'func' : join('derivatives', 'fmriprep', 'sub-{subject_id}', 'func',
'sub-{subject_id}_task-MGT_run-*_bold_space-MNI152NLin2009cAsym_preproc.nii.gz')
}
select_files = Node(SelectFiles(templates), name = 'select_files')
select_files.inputs.base_directory = self.directories.dataset_dir
Expand Down

0 comments on commit 0bdc4ad

Please sign in to comment.