aboutsummaryrefslogtreecommitdiff
path: root/biology/libgff/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'biology/libgff/pkg-descr')
-rw-r--r--biology/libgff/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/libgff/pkg-descr b/biology/libgff/pkg-descr
new file mode 100644
index 000000000000..762881bedb74
--- /dev/null
+++ b/biology/libgff/pkg-descr
@@ -0,0 +1,11 @@
+This is an attempt to perform a simple "libraryfication" of the GFF/GTF
+parsing code that is used in GFFRead 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. Note:
+This library draws directly from the code in GFFRead and GCLib, and
+exists primarily to remove functionality (and hence code) that is
+unnecessary for our downstream purposes. In the future, it may be
+appropriate to just replace this library wholesale with GCLib.
+
+WWW: https://github.com/COMBINE-lab/libgff