Fix the line count calculation
LTLA opened this issue · 0 comments
LTLA commented
at
kaori/include/kaori/FastqReader.hpp
Lines 68 to 77 in 5d3214a
it's probably unnecesarry to check val != '+'
at each iteration, given that should only happen after a newline.