METAL

Build Status

METAL is a tool for the meta-analysis of genome-wide association studies. More information about METAL is available at https://genome.sph.umich.edu/wiki/METAL.

Requirements

Compilation

Download and unarchive latest stable version of METAL source code or clone this GitHub repository to obtain development version. Then execute the following commands inside the directory with METAL source code:

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make test
make install

The compiled metal executable will be installed into build/bin directory.

New features

Documentation

Complete documentation is available at https://genome.sph.umich.edu/wiki/METAL_Documentation.