Skip to content

Commit bae6c55

Browse files
authored
Merge pull request #3608 from u11kumar/issue#3607_u11kumar
Add Workflow Community Initiative (WCI) descriptor
2 parents a946fcd + b5831b3 commit bae6c55

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.wci.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Project available at https://github.com/nipy/nipype
2+
3+
name: nipype
4+
5+
headline: Neuroimaging in Python: Pipelines and Interfaces
6+
7+
description: |
8+
Nipype, an open-source, community-developed initiative under the umbrella of NiPy, is a Python project that
9+
provides a uniform interface to existing neuroimaging software and facilitates interaction between these
10+
packages within a single workflow. Nipype provides an environment that encourages interactive exploration of
11+
algorithms from different packages (e.g., SPM, FSL, FreeSurfer, AFNI, Slicer, ANTS), eases the design of
12+
workflows within and between packages, and reduces the learning curve necessary to use different packages.
13+
14+
language: Python3
15+
16+
documentation:
17+
general: https://nipype.readthedocs.io/en/latest/
18+
installation: https://nipype.readthedocs.io/en/latest/users/install.html
19+
tutorial: https://miykael.github.io/nipype_tutorial/
20+
21+
execution_environment:
22+
resource_managers:
23+
- SLURM
24+
- Condor
25+
- DAGMan
26+
- LSF
27+
- OAR
28+
- PBS
29+
- SGE
30+
- Soma-workflow

0 commit comments

Comments
 (0)