====== jclusterfunk ======
A command line tool with a bunch of functions for trees.
===== Information =====
* Latest version: 0.0.25
* Added: May, 2025
* Link: https://github.com/rambaut/jclusterfunk
===== Usage =====
See which versions are available:
$ module avail jclusterfunk
Load one version into your environment and run it:
$ module load jclusterfunk/0.0.25
$ jclusterfunk
===== Installation ======
Notes from the sysadmin during installation:
$ cd /tmp
$ wget https://github.com/rambaut/jclusterfunk/releases/download/v0.0.25/jclusterfunk_v0.0.25.tgz
$ sudo mkdir -p /export/apps/jclusterfunk/0.0.25
$ sudo tar xf jclusterfunk_v0.0.25.tgz -C /export/apps/jclusterfunk/0.0.25 --strip=1
$ sudo chmod +x /export/apps/jclusterfunk/0.0.25/jclusterfunk