mdshw5 / fastqp

Simple FASTQ quality assessment using Python
https://pypi.python.org/pypi/fastqp
MIT License
108 stars 14 forks source link

Exit early if the file is empty #22

Closed mdshw5 closed 8 years ago

mdshw5 commented 8 years ago
0 reads in input file.
Bin size (-s) set to 1.
...
ZeroDivisionError    : if (act_nlines / est_nlines) * 100 >= percent_complete:
integer division or modulo by zero
ZeroDivisionError: integer division or modulo by zero
mdshw5 commented 8 years ago

This is related to https://github.com/mdshw5/simplesam/issues/8