MUMmer is a versatile alignment tool for DNA and protein sequences.
See versions which are available:
$ module avail mummer
Load one version into your environment and run it:
$ module load mummer/4.0.0rc1 $ mummer
Notes from the sysadmin during installation:
$ cd /tmp $ cd https://github.com/mummer4/mummer/releases/download/v4.0.0rc1/mummer-4.0.0rc1.tar.gz $ tar xf mummer-4.0.0rc1.tar.gz $ cd mummer-4.0.0rc1 $ ./configure --prefix=/export/apps/mummer/4.0.0rc1 $ make $ sudo mkdir -p /export/apps/mummer/4.0.0rc1 $ sudo chown aorth /export/apps/mummer/4.0.0rc1 $ make install $ sudo chown -R root:root /export/apps/mummer/4.0.0rc1