Skip to content

Commit

Permalink
Bugs after remove file section
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 31, 2024
1 parent 1bc53fe commit b51c446
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion narps_open/pipelines/team_51PW.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
from narps_open.core.common import (
remove_file, list_intersection, elements_in_string, clean_list
)
from narps_open.core.interfaces import InterfaceFactory
from narps_open.utils.configuration import Configuration

# Setup FSL
FSLCommand.set_default_output_type('NIFTI_GZ')
Expand Down Expand Up @@ -391,7 +393,7 @@ def get_run_level_analysis(self):
)

# Add connections
subject_level_analysis.connect([
run_level_analysis.connect([
(exclude_time_points, remove_smooth, [('roi_file', '_')]),
(select_files, remove_smooth, [('func', 'file_name')]),
(model_estimate, remove_roi, [('results_dir', '_')]),
Expand Down

0 comments on commit b51c446

Please sign in to comment.