https://github.com/aramis-lab/clinica-pydra-freesurfer

Pydra tasks for FreeSurfer designed for Clinica

https://github.com/aramis-lab/clinica-pydra-freesurfer

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary

Keywords

freesurfer neuroimaging pydra
Last synced: 6 months ago · JSON representation

Repository

Pydra tasks for FreeSurfer designed for Clinica

Basic Info
Statistics
  • Stars: 5
  • Watchers: 4
  • Forks: 1
  • Open Issues: 2
  • Releases: 12
Topics
freesurfer neuroimaging pydra
Created almost 4 years ago · Last pushed 7 months ago
Metadata Files
Readme License

README.md

clinica-pydra-freesurfer

PyPI - Version PyPI - Python Version


Pydra tasks for FreeSurfer designed for Clinica.

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

FreeSurfer is a neuroimaging toolkit for processing, analyzing, and visualizing human brain MR images.

This project exposes some of FreeSurfer's utilities as Pydra tasks to facilitate their integration into more advanced processing workflows.

Available interfaces

| Module | Interfaces | |-----------|-----------------------------------------------------------------------------------------------------| | gtmseg | GTMSeg | | mri | Aparc2Aseg, Binarize, Convert, Coreg, Label2Vol, RobustRegister, RobustTemplate, Surf2Surf, Vol2Vol | | mris | AnatomicalStats, CALabel, CATrain, Expand, Preproc | | recon_all | ReconAll, BaseReconAll, LongReconAll |

Installation

console pip install clinica-pydra-freesurfer

A separate installation of FreeSurfer is required to use this package. Please review the following instructions and licensing details.

Development

This project is managed with Hatch:

console pipx install hatch

To run the test suite:

console hatch run test

To fix linting issues:

console hatch fmt

To check the documentation:

console hatch run docs:serve --open-browser

Licensing

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

Owner

  • Name: ARAMIS Lab
  • Login: aramis-lab
  • Kind: organization
  • Location: Paris, France

The Aramis Lab is a joint research team between CNRS, Inria, Inserm and Sorbonne University and belongs to the Paris Brain Institute (ICM).

GitHub Events

Total
  • Member event: 1
  • Create event: 2
Last Year
  • Member event: 1
  • Create event: 2

Issues and Pull Requests

Last synced: 6 months ago

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 10 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 3
pypi.org: clinica-pydra-freesurfer

Pydra tasks for FreeSurfer designed for Clinica

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 10 Last month
Rankings
Dependent packages count: 9.5%
Average: 36.0%
Dependent repos count: 62.5%
Maintainers (3)
Last synced: 7 months ago

Dependencies

pyproject.toml pypi
  • pydra ^0.19
  • python ^3.7
.github/workflows/docs.yaml actions
  • actions/checkout v3 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v1 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • actions/upload-pages-artifact v1 composite
.github/workflows/publish.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/test.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite