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 hatchTo run the test suite:
hatch run testTo fix linting issues:
hatch run lint:fixTo check the documentation:
hatch run docs:serve --open-browserThis project is distributed under the terms of the Apache License, Version 2.0.