Skip to content

Commit

Permalink
Run level contrast file
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 23, 2024
1 parent 33f125b commit e3f9ab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion narps_open/pipelines/team_T54A.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ def get_run_level_analysis(self):
('ev_files', 'ev_files'),
('fsf_files', 'fsf_file')]),
(smoothing_func, model_estimate, [('out_file', 'in_file')]),
(model_generation, model_estimate, [('design_file', 'design_file')]),
(model_generation, model_estimate, [
('con_file', 'tcon_file'),
('design_file', 'design_file')]),
(smoothing_func, remove_smoothed_files, [('out_file', 'file_name')]),
(model_estimate, remove_smoothed_files, [('results_dir', '_')]),
(model_estimate, data_sink, [('results_dir', 'run_level_analysis.@results')]),
Expand Down

0 comments on commit e3f9ab3

Please sign in to comment.