-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Softwares
AFNI - FreeSurfer
Input data
raw data
Additional context
This pipeline is used without Nipype.
List of tasks
Please tick the boxes below once the corresponding task is finished. 👍
- 👌 A maintainer of the project approved the issue, by assigning a 🏁
status: ready for devlabel to it. - 🌳 Create a branch on your fork to start the reproduction.
- 🌅 Create a file
team_{team_id}.pyinside thenarps_open/pipelines/directory. You can use a file insidenarps_open/pipelines/templatesas a template if needed. - 📥 Create a pull request as soon as you completed the previous task.
- 🧠 Write the code for the pipeline, using Nipype and the file architecture described in docs/pipelines.md.
- 📘 Make sure your code is documented enough.
- 🐍 Make sure your code is explicit and conforms with PEP8.
- 🔬 Create tests for your pipeline. You can use files in
tests/pipelines/test_team_*as examples. - 🔬 Make sure your code passes all the tests you created (see docs/testing.md).