brentp / duphold

don't get DUP'ed or DEL'ed by your putative SVs.
MIT License
101 stars 9 forks source link

Fix out of bounds error. #29

Closed roryk closed 5 years ago

roryk commented 5 years ago

Hi Brent,

I'm super new to nim, but I think this fixes the issue. Sometimes the start site can be less than the 99th percentile of the insert size, so this handles that case. Let me know what you think.

brentp commented 5 years ago

thank you!