System requirements
Table of contents
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