jdidion / atropos

An NGS read trimming tool that is specific, sensitive, and speedy. (production)
Other
120 stars 15 forks source link

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

Closed jdidion closed 7 years ago

jdidion commented 7 years ago

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).

jdidion commented 7 years ago

Fixed by e5116a8