User Guide

  1. Tips

Installation

First you will need to download the last version of TSSFinder software. It includes:

  • TSSFinder command line tools
  • Some pre-trained models

Install TSSFinder using Docker

  1. Install Docker
  2. Get the command line tools here
  3. Get the pre-trained models here
  4. and unzip them

After installing, check your installation:

  1. Open a terminal window
  2. Go to the instalation directory
  3. Type ./tssfinder --help and hit <return>. It should list all TSSFinder’s running options.

Install TSSFinder using precompiled binaries (Linux only)

  1. Get the command line tools here
  2. Get the pre-trained models here
  3. and unzip them

After installing, check your installation:

  1. Open a terminal window
  2. Go to the instalation directory
  3. Type ./tssfinder --help and hit <return>. It should list all TSSFinder’s running options.