File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ by leveraging `DataLad <https://www.datalad.org/>`_ - a version control system f
4848However, the current implementation of this framework remains challenging to general users.
4949
5050BABS 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.
Original file line number Diff line number Diff 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+
721Step 1. Prepare a conda environment for BABS
822=============================================
923
You can’t perform that action at this time.
0 commit comments