A command line tool with a bunch of functions for trees.
See which versions are available:
$ module avail jclusterfunk
Load one version into your environment and run it:
$ module load jclusterfunk/0.0.25 $ jclusterfunk
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