mdshw5 / fastqp

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

Handle empty list if there are no bad kmers #28

Closed ghost closed 6 years ago

ghost commented 6 years ago

The empty list is appended with None if there are no bad kmers. (This is a hack-ish solution.)