Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Workflow Community Initiative (WCI) descriptor #3608

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .wci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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/

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

execution_environment:
interfaces:
- docker
- conda
- pypi