Fast genome and metagenome distance estimation using MinHash.
Show all available versions of mash:
$ module avail mash
Load a particular version of mash and run it:
$ module load mash/2.2 $ mash
Notes from the sysadmin during installation:
$ cd /tmp $ wget https://github.com/marbl/Mash/releases/download/v2.2/mash-Linux64-v2.2.tar $ tar xf mash-Linux64-v2.2.tar $ sudo mkdir -p /export/apps/mash/2.2/bin $ sudo cp mash-Linux64-v2.2/mash /export/apps/mash/2.2/bin