OpenGene / AfterQC

Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data
MIT License
206 stars 51 forks source link

Explicitly close the overlap read files to generate proper gzip file endings #32

Closed atcg closed 6 years ago

atcg commented 6 years ago

Without this addition, I am getting gzip unexpected end of file warnings/errors in the overlap read files. After adding these lines to explicitly close overlap_read1_file and overlap_read2_file I no longer get these errors.

sfchen commented 6 years ago

Thanks, merged