Skip to content

Commit

Permalink
FIX: Correct typos in substitution in the datasinker of fmri pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Mar 3, 2021
1 parent c903395 commit 6e8c3ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmp/pipelines/functional/fMRI.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,13 +587,13 @@ def create_pipeline_flow(self, cmp_deriv_subject_directory, nipype_deriv_subject

(self.subject + '_label-' + bids_atlas_label + '_desc-scale1_atlas_flirt.nii.gz',
self.subject + '_space-meanBOLD_label-' + bids_atlas_label + '_desc-scale1_atlas.nii.gz'),
(self.subject + '_label-' + bids_atlas_label + '_desc-scale1_atlas_flirt.nii.gz',
(self.subject + '_label-' + bids_atlas_label + '_desc-scale2_atlas_flirt.nii.gz',
self.subject + '_space-meanBOLD_label-' + bids_atlas_label + '_desc-scale2_atlas.nii.gz'),
(self.subject + '_label-' + bids_atlas_label + '_desc-scale1_atlas_flirt.nii.gz',
(self.subject + '_label-' + bids_atlas_label + '_desc-scale3_atlas_flirt.nii.gz',
self.subject + '_space-meanBOLD_label-' + bids_atlas_label + '_desc-scale3_atlas.nii.gz'),
(self.subject + '_label-' + bids_atlas_label + '_desc-scale1_atlas_flirt.nii.gz',
(self.subject + '_label-' + bids_atlas_label + '_desc-scale4_atlas_flirt.nii.gz',
self.subject + '_space-meanBOLD_label-' + bids_atlas_label + '_desc-scale4_atlas.nii.gz'),
(self.subject + '_label-' + bids_atlas_label + '_desc-scale1_atlas_flirt.nii.gz',
(self.subject + '_label-' + bids_atlas_label + '_desc-scale5_atlas_flirt.nii.gz',
self.subject + '_space-meanBOLD_label-' + bids_atlas_label + '_desc-scale5_atlas.nii.gz'),

('connectome_freesurferaparc', self.subject +
Expand Down

0 comments on commit 6e8c3ab

Please sign in to comment.