Skip to content

Commit

Permalink
revert to correct order of anat and other preproc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaumet committed Dec 13, 2024
1 parent 4c8c429 commit e1c8726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions narps_open/pipelines/team_98BT.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ def get_preprocessing(self):
Returns: a list of nipype.WorkFlow
"""
return [
self.get_preprocessing_sub_workflow(),
self.get_dartel_template_sub_workflow()
self.get_dartel_template_sub_workflow(),
self.get_preprocessing_sub_workflow()
]

def get_preprocessing_outputs(self):
Expand Down

0 comments on commit e1c8726

Please sign in to comment.