Library for common operations on GFA graphs and some processing algorithms. wrapper.hpp provides a C++ interface from gfatools (https://github.com/lh3/gfatools/) implementation of sequence graphs and some additional functionality.
To clone:
git clone --recurse-submodules git@github.com:snurk/gfacpp.git
To compile:
cd gfacpp ; make
Each binary in build folder corresponds to one processing algorithm. Run binary required parameters.
TBD