mazzalab / fastqwiper

An ensemble method to recover corrupted FASTQ files, drop or fix pesky lines, remove unpaired reads, and settle reads interleaving.
GNU General Public License v3.0
25 stars 3 forks source link

Zero Division #1

Closed erikbgithub closed 1 year ago

erikbgithub commented 2 years ago

Hi, found a little division by zero error.

If you get into this if case then tot_lines will be zero here.

mazzalab commented 1 year ago

We have fixed it. Thanks