/pydra-tasks-ants

Pydra tasks for ANTs

Primary LanguagePythonApache License 2.0Apache-2.0

pydra-tasks-ants

PyPI - Version PyPI - Python Version


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.

Installation

pip install pydra-tasks-ants

Development

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

License

pydra-tasks-fsl is distributed under the terms of the Apache License 2.0 license.