Installation
Container (Apptainer/Docker) **RECOMMENDED**
For most uses, we recommend instead using a containerized installation with Apptainer when possible on a Linux system (here’s their quick start guidelines), or Docker on other platforms. Containers allow to build entire computing environments, grouping all dependencies required to run the software. This in turn reduces the burden of installing dependencies manually and ensures reproducible behavior of the software. Apptainer is generally preferred over Docker since root permissions are not required, and is thus generally compatible across computing platforms (e.g. high performance computing clusters).
A containerized version of RABIES is available from Github. After installing Apptainer or Docker, the following command will pull and build the container:
Install Apptainer .sif file:
apptainer build rabies-latest.sif docker://ghcr.io/cobralab/rabies:latest
Install Docker image:
docker pull ghcr.io/cobralab/rabies:latest
A specific tag version can be selected (instead of latest) from the list online. Versions prior to 0.5.0 are found on Docker Hub.
PyPi
The software is available on PyPi, which makes the rabies python package widely accessible with
pip install rabies
However, this does not account for non-python dependencies found in dependencies.txt.
Neurodesk
RABIES is also made available on the Neurodesk platform, as part of the built-in tools for neuroimaging. The Neurodesk platform allows for an entirely browser-based neuroimaging computing environment, with pre-built neuroimaging tools from the community, and aims at reducing needs for manual development of computing environments and at improving reproducible neuroimaging. More details on Neurodesk here https://neurodesk.github.io/docs/.