====== cgmlst-dists ======
Calculate distance matrix from cgMLST allele call tables of ChewBBACA.
===== Information =====
* Version: 0.4.0
* Added: October, 2023
* Link: https://github.com/tseemann/cgmlst-dists
===== Usage =====
See which versions are available:
$ module avail cgmlst-dists
Load one version into your environment and run it:
$ module load cgmlst-dists/0.4.0
$ cgmlst-dists
===== Installation ======
Notes from the sysadmin during installation.
$ cd /tmp
$ git clone https://github.com/tseemann/cgmlst-dists.git
$ cd cgmlst-dists
$ git checkout v0.4.0
$ make
$ sudo mkdir -p /export/apps/cgmlst-dists/0.4.0/bin
$ sudo cp cgmlst-dists /export/apps/cgmlst-dists/0.4.0/bin