Skip to content

Commit 57a6ada

Browse files
author
Chenying Zhao
committed
add system requirement for BABS in installation.rst
1 parent 4e35b71 commit 57a6ada

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ by leveraging `DataLad <https://www.datalad.org/>`_ - a version control system f
4848
However, the current implementation of this framework remains challenging to general users.
4949

5050
BABS was developed to address these challenges
51-
and to facilitate the reproducible application of BIDS Apps to large-scale datasets.
51+
and to facilitate the reproducible application of BIDS Apps to large-scale datasets.

docs/source/installation.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Installation
44

55
.. contents:: Table of Contents
66

7+
Step 0. System requirement
8+
=============================================
9+
10+
Currently BABS supports applications on high performance computing (HPC) clusters,
11+
specifically, Sun Grid Engine (SGE) and Slurm clusters.
12+
Please make sure Singularity or one of its successors
13+
(i.e. SingularityCE or Apptainer which BABS currently supports) is available on the cluster.
14+
15+
Currenlty, BABS is **not** compatible with:
16+
17+
* cloud-based computing platforms (e.g., Amazon Web Services [AWS]);
18+
* local computers where a job scheduling system or Singularity software is not installed;
19+
* computing nodes without job scheduling systems.
20+
721
Step 1. Prepare a conda environment for BABS
822
=============================================
923

0 commit comments

Comments
 (0)