karel-brinda / ococo

Ococo: the first online variant and consensus caller. Call genomic consensus directly from an unsorted SAM/BAM stream.
https://arxiv.org/abs/1712.01146
MIT License
47 stars 3 forks source link

Assertion `psu.sum < max_depth' failed. #21

Closed karel-brinda closed 5 years ago

karel-brinda commented 7 years ago

Assertion `psu.sum < max_depth' failed with http://www.ebi.ac.uk/ena/data/view/ERS621840.

ococo: src/stats.h:537: int ococo::stats_t<T, counter_size, refbase_size>::print_pileup_line(_IO_FILE *, int, long, const ococo::pos_stats_uncompr_t &) const [with T = unsigned long, counter_size = 15, refbase_size = 4]: Assertion `psu.sum < max_depth' failed.
karel-brinda commented 5 years ago

This seems to be already fixed. Closing for now.