Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Latest commit

 

History

History
54 lines (37 loc) · 1.19 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.19 KB

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.