Skip to content

Commit 0961f96

Browse files
committed
Added a page listing software using Nipype.
1 parent 441554c commit 0961f96

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

doc/devel/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ conventions documented in the `NIPY Developers Guide
1818
gitwash/index
1919
architecture
2020
provenance
21+
software_using_nipype
2122

2223

2324
.. include:: ../links_names.txt

doc/devel/software_using_nipype.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
.. _software_using_nipype:
2+
3+
=====================
4+
Software using Nipype
5+
=====================
6+
7+
Configurable Pipeline for the Analysis of Connectomes (C-PAC)
8+
-------------------------------------------------------------
9+
10+
`C-PAC <http://fcp-indi.github.io/>`_ is an open-source software pipeline for automated preprocessing and analysis of resting-state fMRI data. C-PAC builds upon a robust set of existing software packages including AFNI, FSL, and ANTS, and makes it easy for both novice users and experts to explore their data using a wide array of analytic tools. Users define analysis pipelines by specifying a combination of preprocessing options and analyses to be run on an arbitrary number of subjects. Results can then be compared across groups using the integrated group statistics feature. C-PAC makes extensive use of Nipype Workflows and Interfaces.
11+
12+
BRAINSTools
13+
-----------
14+
`BRAINSTools <http://brainsia.github.io/BRAINSTools/>`_ is a suite of tools for medical image processing focused on brain analysis.
15+
16+
Brain Imaging Pipelines (BIPs)
17+
------------------------------
18+
19+
`BIPs <https://github.com/INCF/BrainImagingPipelines>`_ is a set of predefined Nipype workflows coupled with a graphical interface and ability to save and share workflow configurations. It provides both Nipype Workflows and Interfaces.
20+
21+
BROCCOLI
22+
--------
23+
24+
`BROCCOLI <https://github.com/wanderine/BROCCOLI/>`_ is a piece of software for fast fMRI analysis on many core CPUs and GPUs. It provides Nipype Interfaces.
25+
26+
Lyman
27+
-----
28+
29+
`Lyman <http://stanford.edu/~mwaskom/software/lyman/>`_ is a high-level ecosystem for analyzing task based fMRI neuroimaging data using open-source software. It aims to support an analysis workflow that is powerful, flexible, and reproducible, while automating as much of the processing as possible. It is build upon Nipype Workflows and Interfaces.
30+
31+
Medimsight
32+
----------
33+
34+
`Medimsight <https://www.medimsight.com>`_ is a commercial service medical imaging cloud platform. It uses Nipype to interface with various neuroimaging software.
35+
36+
Mindboggle
37+
----------
38+
39+
`Mindboggle <http://mindboggle.info/users/README.html>`_ software package automates shape analysis of anatomical labels and features extracted from human brain MR image data. Mindboggle can be run as a single command, and can be easily installed as a cross-platform virtual machine for convenience and reproducibility of results. Behind the scenes, open source Python and C++ code run within a Nipype pipeline framework.
40+
41+
OpenfMRI
42+
--------
43+
44+
`OpenfMRI <https://openfmri.org/>`_ is a repository for task based fMRI datasets. It uses Nipype for automated analysis of the deposited data.
45+
46+
tract_querier
47+
-------------
48+
49+
`tract_querier <https://github.com/demianw/tract_querier>`_ is a White Matter Query Language tool. It provides Nipype interfaces.

0 commit comments

Comments
 (0)