Pydra tasks for BrainStat.
Pydra is a dataflow engine which provides a set of lightweight abstractions for DAG construction, manipulation, and distributed execution.
BrainStat is a statistics and context decoding toolbox for neuroimaging.
This project exposes selected BrainStats's utilities as Pydra tasks to facilitate their incorporation into more advanced processing workflows.
This project is managed with [Hatch][hatch]:
pipx install hatch
To run the test suite:
hatch run test
To fix linting issues:
hatch run lint:fix
To check the documentation:
hatch run docs:serve --open-browser
This project is distributed under the terms of the Apache License, Version 2.0.