-
Notifications
You must be signed in to change notification settings - Fork 544
Expand file tree
/
Copy path.wci.yml
More file actions
30 lines (24 loc) · 1.04 KB
/
.wci.yml
File metadata and controls
30 lines (24 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Project available at https://github.com/nipy/nipype
name: nipype
headline: "Neuroimaging in Python: Pipelines and Interfaces"
description: |
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.
language: Python3
documentation:
general: https://nipype.readthedocs.io/en/latest/
installation: https://nipype.readthedocs.io/en/latest/users/install.html
tutorial: https://miykael.github.io/nipype_tutorial/
execution_environment:
resource_managers:
- SLURM
- Condor
- DAGMan
- LSF
- OAR
- PBS
- SGE
- Soma-workflow