All Projects → nipy → Nipype

nipy / Nipype

Licence: other
Workflows and interfaces for neuroimaging packages

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nipype

Nextflow
A DSL for data-driven computational pipelines
Stars: ✭ 1,337 (+140.04%)
Mutual labels:  workflow-engine, dataflow
act
ACT hardware description language and core tools.
Stars: ✭ 53 (-90.48%)
Mutual labels:  dataflow, dataflow-programming
Batchflow
BatchFlow helps you conveniently work with random or sequential batches of your data and define data processing and machine learning workflows even for datasets that do not fit into memory.
Stars: ✭ 156 (-71.99%)
Mutual labels:  workflow-engine, data-science
Prefect
The easiest way to automate your data
Stars: ✭ 7,956 (+1328.37%)
Mutual labels:  workflow-engine, data-science
Oie Resources
A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc.
Stars: ✭ 283 (-49.19%)
Mutual labels:  data-science, big-data
Titanoboa
Titanoboa makes complex workflows easy. It is a low-code workflow orchestration platform for JVM - distributed, highly scalable and fault tolerant.
Stars: ✭ 787 (+41.29%)
Mutual labels:  workflow-engine, big-data
dspatch
The Refreshingly Simple Cross-Platform C++ Dataflow / Pipelining / Stream Processing / Reactive Programming Framework
Stars: ✭ 124 (-77.74%)
Mutual labels:  dataflow, dataflow-programming
Koalas
Koalas: pandas API on Apache Spark
Stars: ✭ 3,044 (+446.5%)
Mutual labels:  data-science, big-data
Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+722.44%)
Mutual labels:  data-science, big-data
flowd
An inter-language runtime for flow-based programming (FBP)
Stars: ✭ 18 (-96.77%)
Mutual labels:  dataflow, dataflow-programming
Chigraph
A visual systems language for beginners compiled using LLVM
Stars: ✭ 247 (-55.66%)
Mutual labels:  dataflow, dataflow-programming
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+3858.35%)
Mutual labels:  data-science, big-data
Drawflow
Simple flow library 🖥️🖱️
Stars: ✭ 730 (+31.06%)
Mutual labels:  dataflow, dataflow-programming
Scipipe
Robust, flexible and resource-efficient pipelines using Go and the commandline
Stars: ✭ 826 (+48.29%)
Mutual labels:  workflow-engine, dataflow
Raftlib
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators
Stars: ✭ 717 (+28.73%)
Mutual labels:  dataflow, dataflow-programming
Dnai.Editor
Dnai Editor - Visual Scripting (Node Editor)
Stars: ✭ 117 (-78.99%)
Mutual labels:  dataflow, dataflow-programming
Geni
A Clojure dataframe library that runs on Spark
Stars: ✭ 152 (-72.71%)
Mutual labels:  data-science, big-data
Data Science Live Book
An open source book to learn data science, data analysis and machine learning, suitable for all ages!
Stars: ✭ 193 (-65.35%)
Mutual labels:  data-science, big-data
DFiant
DFiant: A Dataflow Hardware Descripition Language
Stars: ✭ 21 (-96.23%)
Mutual labels:  dataflow, dataflow-programming
Datascience Ai Machinelearning Resources
Alex Castrounis' curated set of resources for artificial intelligence (AI), machine learning, data science, internet of things (IoT), and more.
Stars: ✭ 414 (-25.67%)
Mutual labels:  data-science, big-data

======================================================== NIPYPE: Neuroimaging in Python: Pipelines and Interfaces

.. image:: https://travis-ci.org/nipy/nipype.svg?branch=master :target: https://travis-ci.org/nipy/nipype

.. image:: https://circleci.com/gh/nipy/nipype/tree/master.svg?style=svg :target: https://circleci.com/gh/nipy/nipype/tree/master

.. image:: https://codecov.io/gh/nipy/nipype/branch/master/graph/badge.svg :target: https://codecov.io/gh/nipy/nipype

.. image:: https://api.codacy.com/project/badge/Grade/452bfc0d4de342c99b177d2c29abda7b :target: https://www.codacy.com/app/nipype/nipype?utm_source=github.com&utm_medium=referral&utm_content=nipy/nipype&utm_campaign=Badge_Grade

.. image:: https://img.shields.io/pypi/v/nipype.svg :target: https://pypi.python.org/pypi/nipype/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/nipype.svg :target: https://pypi.python.org/pypi/nipype/ :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/status/nipype.svg :target: https://pypi.python.org/pypi/nipype/ :alt: Development Status

.. image:: https://img.shields.io/pypi/l/nipype.svg :target: https://pypi.python.org/pypi/nipype/ :alt: License

.. image:: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat :target: http://gitter.im/nipy/nipype :alt: Chat

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596855.svg :target: https://doi.org/10.5281/zenodo.596855 :alt: Citable DOI

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

Python 2 Statement

Python 2.7 reaches its end-of-life in January 2020, which means it will no longer be maintained by Python developers. Many projects <https://python3statement.org/__ are removing support in advance of this deadline, which will make it increasingly untenable to try to support Python 2, even if we wanted to.

The final series with 2.7 support is 1.3.x. If you have a package using Python 2 and are unable or unwilling to upgrade to Python 3, then you should use the following dependency <https://www.python.org/dev/peps/pep-0440/#version-specifiers>__ for Nipype::

nipype<1.4

Bug fixes will be accepted against the maint/1.3.x branch.

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 <http://neurostars.org>_ with a nipype tag. NeuroStars.org <http://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.

You can even hangout with the Nipype developers in their Gitter <https://gitter.im/nipy/nipype>_ channel or in the BrainHack Slack <https://brainhack.slack.com/messages/C1FR76RAL>_ channel. (Click here <https://brainhack-slack-invite.herokuapp.com>_ to join the Slack workspace.)

Contributing to the project

If you'd like to contribute to the project please read our guidelines <https://github.com/nipy/nipype/blob/master/CONTRIBUTING.md>. Please also read through our code of conduct <https://github.com/nipy/nipype/blob/master/CODE_OF_CONDUCT.md>.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].