Skip to content
/ nipype Public
forked from nipy/nipype

Workflows and interfaces for neuroimaging packages

License

Notifications You must be signed in to change notification settings

satra/nipype

This branch is 2844 commits behind nipy/nipype:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9333ff8 · Apr 27, 2018
Mar 28, 2018
May 12, 2017
Mar 28, 2018
Mar 7, 2018
Feb 22, 2018
Apr 27, 2018
Apr 18, 2018
Mar 17, 2017
Jan 5, 2018
Mar 14, 2012
Jan 10, 2018
Jan 22, 2018
Mar 7, 2018
Mar 26, 2018
Oct 15, 2017
Mar 7, 2018
Sep 11, 2011
May 5, 2016
Aug 9, 2015
Nov 6, 2017
Nov 6, 2017
Apr 19, 2016
Apr 7, 2016
Jan 6, 2018
Feb 17, 2018
Mar 7, 2018
Feb 27, 2018
Nov 22, 2017
Apr 13, 2018

Repository files navigation

NIPYPE: Neuroimaging in Python: Pipelines and Interfaces

https://travis-ci.org/nipy/nipype.svg?branch=master https://circleci.com/gh/nipy/nipype/tree/master.svg?style=svg https://www.codacy.com/project/badge/182f27944c51474490b369d0a23e2f32 Latest Version Supported Python versions Development Status License Chat

Current neuroimaging software offer users an incredible opportunity to analyze data using a variety of different algorithms. However, this has resulted in a heterogeneous collection of specialized applications without transparent interoperability or a uniform operating interface.

Nipype, an open-source, community-developed initiative under the umbrella of NiPy, is a Python project that provides a uniform interface to existing neuroimaging software and facilitates interaction between these packages within a single workflow. Nipype provides an environment that encourages interactive exploration of algorithms from different packages (e.g., SPM, FSL, FreeSurfer, AFNI, Slicer, ANTS), eases the design of workflows within and between packages, and reduces the learning curve necessary to use different packages. Nipype is creating a collaborative platform for neuroimaging software development in a high-level language and addressing limitations of existing pipeline systems.

Nipype allows you to:

  • easily interact with tools from different software packages
  • combine processing steps from different software packages
  • develop new workflows faster by reusing common steps from old ones
  • process data faster by running it in parallel on many cores/machines
  • make your research easily reproducible
  • share your processing workflows with the community

Documentation

Please see the doc/README.txt document for information on our documentation.

Website

Information specific to Nipype is located here:

http://nipy.org/nipype

Support and Communication

If you have a problem or would like to ask a question about how to do something in Nipype please open an issue to NeuroStars.org with a nipype tag. NeuroStars.org is a platform similar to StackOverflow but dedicated to neuroinformatics.

To participate in the Nipype development related discussions please use the following mailing list:

http://mail.python.org/mailman/listinfo/neuroimaging

Please add [nipype] to the subject line when posting on the mailing list.

Contributing to the project

If you'd like to contribute to the project please read our guidelines. Please also read through our code of conduct.

About

Workflows and interfaces for neuroimaging packages

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%