This is an old revision of the document!
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.0beta2 $ mummer
Notes from the sysadmin during installation:
$ cd /tmp $ wget https://github.com/mummer4/mummer/releases/download/v4.0.0beta2/mummer-4.0.0beta2.tar.gz $ tar xf mummer-4.0.0beta2.tar.gz $ cd mummer-4.0.0beta2 $ ./configure --prefix=/export/apps/MUMmer/4.0.0beta2 $ make $ sudo install -d -o aorth /export/apps/MUMmer/4.0.0beta2 $ make install $ sudo chown -R root:root /export/apps/MUMmer/4.0.0beta2