jdidion / atropos

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

Progress bar counts batches rather than reads #23

Closed jdidion closed 6 years ago

jdidion commented 7 years ago

The progress bar wraps a batch reader. It should be a little bit smarter to check whether the wrapped iterable is a batch reader and, if so, multiply the count by the batch size.

jdidion commented 6 years ago

Fixed in 1.2