Installation - lorenzo-arcioni/HPC-T-Annotator GitHub Wiki

Prerequisites

  • OS: GNU Linux / Mac (though it's not tested for Mac yet - it should work there)
  • Python 3.8.15 (or higher)

If you are running on a cluster (where usually several versions are available) make sure to load a given Python 3 version.

Get started

First, we start by downloading the repository release into an empty directory on our filesystem on your local machine (can be also the cluster).

cd empty_directory
wget https://github.com/lorenzo-arcioni/HPC-T-Annotator/releases/download/v1/hpc-t-annotator.tar.gz

So we extract the virtual environment.

tar -zxf hpc-t-annotator.tar.gz && rm hpc-t-annotator.tar.gz

The software does not require a further installation process.