Skip to content

Commit

Permalink
reverse order of anat and other preproc (for testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaumet committed Dec 13, 2024
1 parent 3f8bb8c commit 4c8c429
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_dartel_template_sub_workflow(),
self.get_preprocessing_sub_workflow()
self.get_preprocessing_sub_workflow(),
self.get_dartel_template_sub_workflow()
]

def get_preprocessing_outputs(self):
Expand Down

0 comments on commit 4c8c429

Please sign in to comment.