clinica-pydra-ants


Nameclinica-pydra-ants JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryPydra tasks for ANTs designed for Clinica
upload_time2024-04-26 15:10:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords ants neuroimaging pydra registration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # clinica-pydra-ants

[![PyPI - Version][pypi-version]][pypi-project]
[![PyPI - Python Version][pypi-pyversions]][pypi-project]
![][status-test]

-----

Pydra tasks for ANTs designed for Clinica

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

[ANTs][ants] is a toolbox for multi-variate image registration,
segmentation and statistical analysis.

[Clinica][clinica] is a software platform for clinical neuroimaging studies.

**Table of Contents**

- [Available Tasks](#available-tasks)
- [Installation](#installation)
- [Development](#development)
- [License](#license)

## Available Tasks

- ApplyTransforms
- CreateJacobianDeterminantImage
- N4BiasFieldCorrection
- Registration, registration_syn, registration_syn_quick

## Installation

```console
pip install clinica-pydra-ants
```

A separate installation of ANTs is required to use this package.

An official conda package is available through conda-forge:

```console
conda install -c conda-forge ants
```

## Development

This project is managed with [Hatch][hatch]:

```console
pipx install hatch
```

To run the test suite:

```console
hatch run test
```

To fix linting issues:

```console
hatch fmt
```

## License

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

[ants]: https://github.com/ANTsX/ANTs

[hatch]: https://hatch.pypa.io/

[license]: https://spdx.org/licenses/Apache-2.0.html

[pydra]: https://pydra.readthedocs.io/

[pypi-project]: https://pypi.org/project/clinica-pydra-ants

[pypi-pyversions]: https://img.shields.io/pypi/pyversions/clinica-pydra-ants.svg

[pypi-version]: https://img.shields.io/pypi/v/clinica-pydra-ants.svg

[status-test]: https://github.com/aramis-lab/clinica-pydra-ants/actions/workflows/test.yaml/badge.svg

[clinica]: https://www.clinica.run/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "clinica-pydra-ants",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ants, neuroimaging, pydra, registration",
    "author": null,
    "author_email": "Ghislain Vaillant <ghislain.vaillant@inria.fr>",
    "download_url": "https://files.pythonhosted.org/packages/91/7b/bb455da2ccdb8875a76630a5535c2e1a9976be945809276ea3256b9a0fc4/clinica_pydra_ants-0.1.1.tar.gz",
    "platform": null,
    "description": "# clinica-pydra-ants\n\n[![PyPI - Version][pypi-version]][pypi-project]\n[![PyPI - Python Version][pypi-pyversions]][pypi-project]\n![][status-test]\n\n-----\n\nPydra tasks for ANTs designed for Clinica\n\n[Pydra][pydra] is a dataflow engine which provides\na set of lightweight abstractions for DAG\nconstruction, manipulation, and distributed execution.\n\n[ANTs][ants] is a toolbox for multi-variate image registration,\nsegmentation and statistical analysis.\n\n[Clinica][clinica] is a software platform for clinical neuroimaging studies.\n\n**Table of Contents**\n\n- [Available Tasks](#available-tasks)\n- [Installation](#installation)\n- [Development](#development)\n- [License](#license)\n\n## Available Tasks\n\n- ApplyTransforms\n- CreateJacobianDeterminantImage\n- N4BiasFieldCorrection\n- Registration, registration_syn, registration_syn_quick\n\n## Installation\n\n```console\npip install clinica-pydra-ants\n```\n\nA separate installation of ANTs is required to use this package.\n\nAn official conda package is available through conda-forge:\n\n```console\nconda install -c conda-forge ants\n```\n\n## Development\n\nThis project is managed with [Hatch][hatch]:\n\n```console\npipx install hatch\n```\n\nTo run the test suite:\n\n```console\nhatch run test\n```\n\nTo fix linting issues:\n\n```console\nhatch fmt\n```\n\n## License\n\nThis project is distributed under the terms of the [Apache License, Version 2.0][license].\n\n[ants]: https://github.com/ANTsX/ANTs\n\n[hatch]: https://hatch.pypa.io/\n\n[license]: https://spdx.org/licenses/Apache-2.0.html\n\n[pydra]: https://pydra.readthedocs.io/\n\n[pypi-project]: https://pypi.org/project/clinica-pydra-ants\n\n[pypi-pyversions]: https://img.shields.io/pypi/pyversions/clinica-pydra-ants.svg\n\n[pypi-version]: https://img.shields.io/pypi/v/clinica-pydra-ants.svg\n\n[status-test]: https://github.com/aramis-lab/clinica-pydra-ants/actions/workflows/test.yaml/badge.svg\n\n[clinica]: https://www.clinica.run/\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pydra tasks for ANTs designed for Clinica",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://github.com/aramis-lab/clinica-pydra-ants#readme",
        "Issues": "https://github.com/aramis-lab/clinica-pydra-ants/issues",
        "Source": "https://github.com/aramis-lab/clinica-pydra-ants"
    },
    "split_keywords": [
        "ants",
        " neuroimaging",
        " pydra",
        " registration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a174546ec0bcba71a030585543a34954c91ed59c6baa3cca18b7562e84a66d1",
                "md5": "63be84216c14c45eacdb92c1c167f710",
                "sha256": "0b7e8fa36ee66a803decb28bbd834bce4e5593851fe1a4fff060bfea1e0e30b0"
            },
            "downloads": -1,
            "filename": "clinica_pydra_ants-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "63be84216c14c45eacdb92c1c167f710",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15927,
            "upload_time": "2024-04-26T15:10:15",
            "upload_time_iso_8601": "2024-04-26T15:10:15.318526Z",
            "url": "https://files.pythonhosted.org/packages/5a/17/4546ec0bcba71a030585543a34954c91ed59c6baa3cca18b7562e84a66d1/clinica_pydra_ants-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "917bbb455da2ccdb8875a76630a5535c2e1a9976be945809276ea3256b9a0fc4",
                "md5": "b642e5e34a6ad75935bb9685d53008a0",
                "sha256": "add78fa5ab65bb2e19af0c4b1244742617c3548850e01e285355294e07c5f91d"
            },
            "downloads": -1,
            "filename": "clinica_pydra_ants-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b642e5e34a6ad75935bb9685d53008a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14619,
            "upload_time": "2024-04-26T15:10:16",
            "upload_time_iso_8601": "2024-04-26T15:10:16.977348Z",
            "url": "https://files.pythonhosted.org/packages/91/7b/bb455da2ccdb8875a76630a5535c2e1a9976be945809276ea3256b9a0fc4/clinica_pydra_ants-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 15:10:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aramis-lab",
    "github_project": "clinica-pydra-ants#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "clinica-pydra-ants"
}
        
Elapsed time: 0.56178s