nghiavtr / libgff

A simple GFF/GTF parsing library in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibGFF

This is an attempt to perform a simple "libraryfication" of the GFF/GTF parsing code that is used in the Cufflinks codebase. There are not many (any?) relatively lightweight GTF/GFF parsers exposing a C++ interface, and the goal of this library is to provide this functionality without the necessity of drawing in a heavy-weight dependency like SeqAn.

About

A simple GFF/GTF parsing library in C++


Languages

Language:C++ 99.3%Language:C 0.4%Language:CMake 0.3%