Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

aramis-lab/pydra-spm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydra-spm


Pydra tasks for SPM.

Pydra is a dataflow engine which provides a set of lightweight abstractions for DAG construction, manipulation, and distributed execution.

SPM is a software package for the construction and assessment of spatially extended statistical processes used to test hypotheses about functional imaging data.

This project exposes SPM utilities as Pydra tasks to facilitate their incorporation into more advanced processing workflows.

Development

This project is managed with 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

Licensing

This project is distributed under the terms of the Apache License, Version 2.0.