From 69b62a408c8e909e5a9fd2412abd84b6824d127a Mon Sep 17 00:00:00 2001 From: Umesh Kumar Date: Thu, 5 Oct 2023 17:26:07 +0530 Subject: [PATCH 1/5] Adding .wci.yml file to the project --- .wci.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .wci.yml diff --git a/.wci.yml b/.wci.yml new file mode 100644 index 0000000000..c3909ea8e5 --- /dev/null +++ b/.wci.yml @@ -0,0 +1,32 @@ +# Project available at https://github.com/nipy/nipype + +name: nipype + +headline: Neuroimaging in Python pipelines and interfaces package. + +description: Algorithms,Image manipulation,I/O Operations,Self-reporting interfaces,Utilities + +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 + + From f54475cfb84a07aa12eea3794365bd2f5c1bf2f1 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Sun, 17 Mar 2024 11:54:35 -0400 Subject: [PATCH 2/5] Apply suggestions from code review --- .wci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.wci.yml b/.wci.yml index c3909ea8e5..6439e9fe08 100644 --- a/.wci.yml +++ b/.wci.yml @@ -2,9 +2,14 @@ name: nipype -headline: Neuroimaging in Python pipelines and interfaces package. - -description: Algorithms,Image manipulation,I/O Operations,Self-reporting interfaces,Utilities +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 From 6fb6a4e9447d4679c8278a598eaea77543cdb7aa Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Sun, 5 May 2024 21:22:05 -0400 Subject: [PATCH 3/5] Update .wci.yml --- .wci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.wci.yml b/.wci.yml index 6439e9fe08..937cfc6dae 100644 --- a/.wci.yml +++ b/.wci.yml @@ -33,5 +33,3 @@ execution_environment: - docker - conda - pypi - - From 2717267423c26597ffde6f598ebd58eb19c8af81 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 17 Jan 2025 08:35:12 -0500 Subject: [PATCH 4/5] Update .wci.yml --- .wci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.wci.yml b/.wci.yml index 937cfc6dae..ff7937c045 100644 --- a/.wci.yml +++ b/.wci.yml @@ -18,16 +18,6 @@ documentation: 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 From ce9511ffa8ac93f3fe311356253d19c747f4068e Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 17 Jan 2025 08:42:29 -0500 Subject: [PATCH 5/5] Update .wci.yml --- .wci.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.wci.yml b/.wci.yml index ff7937c045..1e6fbc8ddf 100644 --- a/.wci.yml +++ b/.wci.yml @@ -19,7 +19,12 @@ documentation: tutorial: https://miykael.github.io/nipype_tutorial/ execution_environment: - interfaces: - - docker - - conda - - pypi + resource_managers: + - SLURM + - Condor + - DAGMan + - LSF + - OAR + - PBS + - SGE + - Soma-workflow