Skip to content

Commit

Permalink
Bug with output folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Oct 3, 2023
1 parent 7f17446 commit 442295b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions narps_open/pipelines/team_T54A.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,11 +605,11 @@ def get_group_level_analysis_sub_workflow(self, method):

# SelectFiles node - to select necessary files
selectfiles_group_level = Node(SelectFiles(
templates, base_directory = self.directories.result_dir),
templates, base_directory = self.directories.results_dir),
name = 'selectfiles_group_level')

datasink_group_level = Node(DataSink(
base_directory = self.directories.result_dir
base_directory = self.directories.output_dir
),
name='datasink_group_level')

Expand Down

0 comments on commit 442295b

Please sign in to comment.