gpertea / gclib

GCLib - Genomic C++ library of reusable code for bioinformatics projects
Other
33 stars 13 forks source link

add zlib support for transparent reading of gz compressed files #14

Open gpertea opened 1 month ago

gpertea commented 1 month ago

GLineReader and fgetline() in GBase code should be changed to take a custom GFile class instead of FILE which would transparently handle on-the-fly decompression for readers.