KmerStream
KmerStream copied to clipboard
KmerStreamEstimate.py ZeroDivisionError when k is larger than read length
Hi, Pall. When k is large than the read length, KmerStream
behaves nicely and puts zeros in those rows, which suits me just fine. KmerStreamEstimate.py
however throws a ZeroDivisionError. Could it also extend the row with zeros?
Will fix and replace with NA.