2 Installation

Download an executable file from the home page for your system and off you go, or do the following.

  1. Download the code from the home page.
  2. Compile it by typing something like the following:
    g++ -O3 src/*.cpp -o ria
    
  3. It is also necessary to having working copies of the programs PLINK and KING version 2.2.9 installed. Note: It is very important to download KING version 2.2.9 and not any later versions as we need to use the --homog option which is no longer available in later versions.
  4. Start analysing your data with RIA!
  5. If you are using Windows then you will need to uncomment the line below in the main.h file:
    #define USING_WINDOWS