====== Meryl ======
This is 'meryl', a near total rewrite of 'meryl' that appeared in both project kmer and Celera Assembler.
===== Information =====
* Version: 1.4.1
* Added: August, 2024
* Link: https://github.com/marbl/meryl
===== Usage =====
See which versions are available:
$ module avail meryl
Load one version into your environment and run it:
$ module load meryl/1.4.1
$ meryl
===== Installation ======
Notes from the sysadmin during installation:
$ cd /tmp
$ wget https://github.com/marbl/meryl/releases/download/v1.4.1/meryl-1.4.1.Linux-amd64.tar.xz
$ sudo mkdir -p /export/apps/meryl/1.4.1
$ tar xf meryl-1.4.1.Linux-amd64.tar.xz
$ sudo cp -r meryl-1.4.1/* /export/apps/meryl/1.4.1