Pydra tasks for ANTs.
Pydra is a dataflow engine which provides a set of lightweight abstractions for DAG construction, manipulation, and distributed execution.
ANTs is the Advanced Normalization Tools package. It computes high-dimensional mappings to capture the statistics of brain structure and function.
pip install pydra-tasks-ants
This project is managed with Hatch:
pipx install hatch
To run the test suite:
hatch run test:no-cov
To fix linting issues:
hatch run lint:fix
pydra-tasks-fsl
is distributed under the terms of the Apache License 2.0 license.