andersen-lab / ivar

iVar is a computational package that contains functions broadly useful for viral amplicon-based sequencing.
https://andersen-lab.github.io/ivar/html/
GNU General Public License v3.0
115 stars 39 forks source link

changing type of min_depth from uint8_t to uint32_t #152

Closed cmaceves closed 1 year ago

cmaceves commented 1 year ago

changing the type of min_depth from uint8_t to uint32_t to allow depths of > 255 as requested in issue #145