Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix out of bounds error. #29

Merged
merged 1 commit into from
Oct 24, 2019
Merged

Fix out of bounds error. #29

merged 1 commit into from
Oct 24, 2019

Conversation

roryk
Copy link
Contributor

@roryk roryk commented Oct 24, 2019

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.

This truncates the possible start position to be 1 if it would
be < 1.

Closes brentp#28.
@brentp brentp merged commit 67f0458 into brentp:master Oct 24, 2019
@brentp
Copy link
Owner

brentp commented Oct 24, 2019

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants