====== disty ====== Compute a distance matrix from a core genome alignment file. ===== Information ===== * Version: 0.1.0 * Added: September, 2023 * Link: https://github.com/c2-d2/disty ===== Usage ===== See which versions are available: $ module avail disty Load one version into your environment and run it: $ module load disty/0.1.0 $ disty ===== Installation ====== Notes from the sysadmin during installation. $ cd /tmp $ git clone https://github.com/c2-d2/disty -b 0.1.0 $ cd disty $ make $ sudo mkdir -p /export/apps/disty/0.1.0/bin $ sudo cp disty /export/apps/disty/0.1.0/bin