1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
gclib for Debian
================
The final target which needs gclib is gffread. This build the files
GBase.cpp
GArgs.cpp
GFaSeqGet.cpp
gdna.cpp
codons.cpp
gff.cpp
GStr.cpp
GFastaIndex.cpp
gff_utils.cpp
To build proper libraries some rudimentary automake code was added as
quilt patch. Since the gclib source contains more C++ code that might
be useful as well all those C++ file except the tests and the following
source files are built and included into the library:
GBam.cpp: This needs bam.h and sam.h while it needs to be clarified
from what project these header files are used
gdimg.cpp: This would introduce an unneeded dependency from libgd-dev
-- Andreas Tille <tille@debian.org> Thu, 18 Apr 2019 12:54:42 +0200
|