• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H02-Jul-2020-5,1613,993

src/H02-Jul-2020-7,0305,829

.gitignoreH A D02-Jul-2020249 3024

Readme.mdH A D02-Jul-2020711 1412

libgffConfig.cmake.inH A D02-Jul-2020354 107

Readme.md

1LibGFF
2======
3
4This is an attempt to perform a simple "libraryfication" of the GFF/GTF parsing
5code that is used in [GFFRead](https://github.com/gpertea/gffread)
6codebase.  There are not many (any?) relatively lightweight GTF/GFF parsers
7exposing a C++ interface, and the goal of this library is to provide this
8functionality without the necessity of drawing in a heavy-weight dependency
9like SeqAn. *Note*: This library draws _directly_ from the code in GFFRead and
10[GCLib](https://github.com/gpertea/gclib), and exists primarily to remove
11functionality (and hence code) that is unnecessary for our downstream purposes.
12In the future, it may be appropriate to just replace this library wholesale
13with GCLib.
14