Skip to content

Commit

Permalink
Whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 7, 2024
1 parent cd14ae0 commit 33dadcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmripost_aroma/workflows/aroma.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def init_ica_aroma_wf(
# Run the ICA-AROMA classifier
ica_aroma = pe.Node(AROMAClassifier(TR=metadata["RepetitionTime"]))
workflow.connect([
(inputnode, ica_aroma, [("confounds", "motion_parameters")]),
(inputnode, ica_aroma, [("confounds", "motpars")]),
(select_melodic_files, ica_aroma, [
("mixing", "mixing"),
("component_maps", "component_maps"),
Expand Down

0 comments on commit 33dadcd

Please sign in to comment.