====== mash ======
Fast genome and metagenome distance estimation using MinHash.
* Latest Version: 2.2
* Added: January, 2018
* Updated: May, 2020
* Link: https://github.com/marbl/Mash
===== Usage =====
Show all available versions of mash:
$ module avail mash
Load a particular version of mash and run it:
$ module load mash/2.2
$ mash
===== Installation =====
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