====== hclust2 ====== Hclust2 is a handy tool for plotting heat-maps with several useful options to produce high quality figures that can be used in publication. ===== Information ===== * Version: 1.0.0 * Added: September, 2021 * Link: https://github.com/SegataLab/hclust2 ===== Usage ===== See which versions of hclust2 are available: $ module avail hclust2 Load one version into your environment and run it: $ module load hclust2/1.0.0 $ hclust2.py ===== Installation ====== Notes from the sysadmin during installation: $ sudo mkdir -p /export/apps/hclust2/1.0.0 $ sudo chown aorth /export/apps/hclust2/1.0.0 $ python3 -m venv /export/apps/hclust2/1.0.0 $ source /export/apps/hclust2/1.0.0/bin/activate $ pip install --upgrade pip setuptools $ pip install hclust2==1.0.0 $ sudo chown -R root:root /export/apps/hclust2/1.0.0