jdidion / atropos

An NGS read trimming tool that is specific, sensitive, and speedy. (production)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progress bars don't increment correctly when batch size > 1 used

jdidion opened this issue · comments

Progress bars increment by 1 for each batch, but the max sizes are based on the total number of reads. This is only evident when a max size is used (i.e. for the detect and error commands, or when '--max-reads' is used).

Fixed by e5116a8