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 issue 283 hardclips Index out of range error #293

Merged
merged 2 commits into from
Jul 7, 2020

Conversation

PolinaBevad
Copy link
Contributor

Description

This PR fixes issue when we have H base after Indels (#283).
The reason of the error is that we are trying to create complex variant from Indel and next H base (and we don't have a quality or sequence for hard clips).
Now it will check if we have H after Indel and do not run complex adjusting then (variants will be stay as is).

Test case is added. As Hard-clips aren't included in length of read, we have to use -P 0 option if variants near ends before H are needed.

@PolinaBevad PolinaBevad changed the title Issue 283 hardclips Issue 283 hardclips Index out of range error May 8, 2020
@PolinaBevad PolinaBevad changed the title Issue 283 hardclips Index out of range error Fix issue 283 hardclips Index out of range error May 8, 2020
@pcingola pcingola merged commit 2505c58 into AstraZeneca-NGS:master Jul 7, 2020
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