-
Notifications
You must be signed in to change notification settings - Fork 31
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
list index out of range #28
Comments
Hi, Marc, Thanks for trying out Clair3. For us to pinpoint the problem, could you send the running log BTW, were you using the most recently released v0.1-r3 version? |
Zheng, It is no problem, the clair software works great for my application. let me gather the files and send them. Additionally, yes I am using v0.1-r3 Best |
Hi, Marc, Thanks for sending over your log, we confirmed it is a bug in Clair3 that will be triggered when candidate variants are too few. We updated the code with a boundary check ( |
Look forward to the update. Thanks for your help. |
fixed in v0.1-r4 |
Hi,
Everything seems to work until selection of candidates for full alignment.
"var_qual_cut_off = variant_qual_list[:int(var_pct_full * len(variant_qual_list))][-1]
IndexError: list index out of range"
Is there a way to bypass this or the reason for this error?
thanks
Marc
The text was updated successfully, but these errors were encountered: