This repository contains module files for using MoMA preprocessing with the Environment Modules.
- You will need a Linux host system to run the Linux containers that are used by the modules.
- You must install Docker or Singularity/Apptainer to use the provided modules.
- Install Docker or Apptainer/Singularity as explained here:
- Docker: https://docs.docker.com/engine/install
- Singularity/Apptainer: https://apptainer.org/docs/admin/main/installation.html
- Clone this Git repository or download the ZIP file.
- Modify your
~/.bashrc
:- If you are using Environment Modules, add this to use version
0.4.0
:module use <PATH_TO_GIT_REPOSITORY> module load moma-preprocessing/0.4.0
- Otherwise use this to add version
0.4.0
to yourPATH
:PATH=<PATH_TO_GIT_REPOSITORY>/0.4.0/:$PATH
- If you are using Environment Modules, add this to use version