dmriprep
dmriprep copied to clipboard
Keeping track of fMRIPrep.
This PR includes the following:
- Basic workflow's infrastructure now resembles the one initiated in fmriprep.
- Configurations added to fmriprep are now available in dmriprep's configuration
- Tests' configurations were updated accordingly.
- To make sure none of the changes made broke the workflow's structure built for the test's participant, I've built the workflow using the modified configuration file and received a valid-looking graph.
Resolves #191,
Hello @GalBenZvi, Thank you for updating!
Cheers! There are no style issues detected in this Pull Request. :beers: To test for issues locally, pip install flake8
and then run flake8 dmriprep
.