The software is available from ifarm interactive nodes; use the module command to load it:
module avail timeline # check which versions are available
module load timeline/dev # load the 'dev' version (likely the most recent version)
module load timeline/1.0.0 # alternatively, load a specific version, such as 1.0.0If you want to install locally, clone the repository, cd into it, then run:
mvn installThe directory target/ will contain the build files, which are mostly JAR files.
You may now use the scripts in bin/.
Tip
For convenience, you may prepend the bin/ directory to your $PATH
Tip
Use mvn clean if you want to clean the build