Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 24, 2023
1 parent 2503a77 commit 05c07ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def init_single_subject_wf(subject_id: str):
(bidssrc, summary, [
("t1w", "t1w"),
("t2w", "t2w"),
("bold", "bold"),
("asl", "asl"),
]),
(bids_info, summary, [("subject", "subject_id")]),
(bidssrc, ds_report_summary, [(("t1w", fix_multi_T1w_source_name), "source_file")]),
Expand Down

0 comments on commit 05c07ba

Please sign in to comment.