Neurocommand in Linux Cluster
Install Container
- Search and install Specific Containers
bash containers.sh fmriprepThe above will give you options of which specific containers you want to install. For example:
| fmriprep | 24.1.0 | 20241003 | functional imaging,workflows | Run:
--------------------------------------------------------------------
./local/fetch_containers.sh fmriprep 24.1.0 20241003
Install Singularity containers
Find docker images, and then build it with singularity. For example, install FitLins:
singularity build /path/to/fitlins-<VERSION>.simg \
docker://poldracklab/fitlins:<VERSION>