refresh-bio / FaStore

FaStore - high-performance FASTQ files compressor
GNU General Public License v3.0
15 stars 7 forks source link

Fix for error when trying to pack empty bins #5

Closed lrog closed 5 years ago

lrog commented 5 years ago

Fix for cases when trying to pack empty bins (0 records). In such cases, stats won't be collected correctly leading to invalid parameters passed to encoder and leading to possible segault. Possibly fixes #2 and #4 .