Skip to content

GFAKluge: CLI tools and a C interface for the GFA formats

Eric T. Dawson edited this page Feb 24, 2018 · 1 revision

Installation

You will need a C++11 compiler (gcc4.9 or newer) to build gfakluge, as well as Make. These should both be installed by default on most modern Linux/Mac OS environments.

 git clone --recursive https://github.com/edawson/gfakluge
 cd gfakluge
 make -j 4

This will create a bin directory containing binary command line tools and a libgfakluge.a in the main directory.

Clone this wiki locally