Storing the whole file will not work very well for the application, where the input file could be 10 or 100 Gb :/
I need an iterator function (that I will create) that reads the file line by line inside the gzip archive and yields each meaningfull chunk (DNA sequences and their associated names and quality) on the fly.
