System requirements

Table of contents

  1. System requirements

System requirements

THORIN is a C++ tools for Identity-By-Descent (IBD) mapping between individuals and Parent-of-Origin (PofO) inference. In order to compile, we require a modern Linux operating system and a version of GCC > 4.4. We recommend to use the latest available version for your system.

For example running the following instruction on Ubuntu 20.04 focal:

sudo apt install build-essential

will install the GNU g++ compiler version 9.2. To check the version of your g++ compiler, simply run:

g++ --version

Back to top

Copyright © 2022-2025 Robin Hofmeister, Theo Cavinato and Olivier Delaneau | All Rights Reserved | THORIN executables and source code are distributed under the MIT license.