-
Notifications
You must be signed in to change notification settings - Fork 594
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
java.lang.IllegalArgumentException: Cigar cannot be null with HaplotypeCaller in GENOTYPE_GIVEN_ALLELES mode #6037
Comments
After some initial debugging it looks like the alternate haplotype is not being successfully aligned back to the reference haplotype with an insertion CIGAR -- the |
I am getting the same issue when I use |
@freeseek I believe I accidentally introduced it in 4.1.2 while fixing a different bug in GGA mode. It's on my to-do list for this week. |
@davidbenjamin thank you for letting me know. I will try version 4.1.1.0 for now and I will report if I identify any further issues. Happy to test intermediate versions if that is of any help. |
I obtain this reproducible issue with gatk 4.1.2.0:
Using the following code:
I get the following error:
Somehow the HaplotypeCaller seems to have some bug in GENOTYPE_GIVEN_ALLELES mode and when the VCF file for the given alleles contains a very large indel it ends up giving a cryptic error, regardless of what is contained in the bam file.
The text was updated successfully, but these errors were encountered: