jonassibbesen / rpvg

Method for inferring path posterior probabilities and abundances from pangenome graph read alignments
MIT License
47 stars 6 forks source link

Fix infinite loop in fragment length distribution estimation #51

Closed jeizenga closed 1 year ago

jeizenga commented 1 year ago

There was a value that could overflow to infinity, which led to an infinite loop. This behavior is now handled.

Resolves https://github.com/jonassibbesen/rpvg/issues/50.