Great Lakes
Setup on a desktop
Section titled “Setup on a desktop”module load singularity# now change to a directory with enough storage, e.g. /nfs/turbo/usernamegit clone https://github.com/neurodesk/neurocommand.gitcd neurocommandpip3 install -r neurodesk/requirements.txt --userbash build.sh --clibash containers.shexport SINGULARITY_BINDPATH=`pwd -P`bash containers.sh itksnap# now select a version of itksnap to install. For this copy and paste the installationecho "module load singularity" >> ~/.bashrcecho "module use $PWD/local/containers/modules/" >> ~/.bashrcecho "export SINGULARITY_BINDPATH=/nfs/,/scratch/" >> ~/.bashrcSetup with a jupyter notebook
Section titled “Setup with a jupyter notebook”Start a new Jupyter notebook by entering “load singularity” in the Module Commands field:
Then run these commands:
!pip install jupyterlmod
# Restart the kernel by clicking Kernel -> Restart Kernel
import moduleawait module.load('niimath')