-
Notifications
You must be signed in to change notification settings - Fork 597
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
Mutect2 error getNumTandemRepeatUnits String index out of range #6516
Comments
Same error here, any news? Thanks |
Same error in HaplotypeCaller 4.1.7.0: 18:59:34.948 INFO VectorLoglessPairHMM - Time spent in setup for JNI call : 1.514351728 |
Same error here, affecting mutect2 (gatk 4.1.7.0) in normal-tumor pair mode. Thanks |
Same error in HaplotypeCaller 4.1.7.0: 10:05:48.875 INFO VectorLoglessPairHMM - Time spent in setup for JNI call : 25.625500792 Any news? Thanks |
@cai1991 @ericblanc20 @MarleyCodes @isidroc @nalcala I believe this was fixed in a recently-merged patch (#6583). The fix will go out as part of the next GATK release. @fleharty @davidbenjamin Could one of you please confirm that #6583 fixes this issue? Thanks! |
@droazen Confirmed. There was no error when re-running on the user's data with the latest release. |
Bug Report
Affected tool(s) or class(es)
Mutect2, multi-sample (2 samples) in Tumor-only mode
Affected version(s)
Description
Among my cohort of ~100 samples, mutect2 calling using reference genome hg38+alt+decoy (e.g. as provided in the gatk bundle) fails for one sample at a very specific location (chrUn_KI270748v1:61595-61748), returning an index out of range error. Slightly reducing the range removes the issue (e.g., calling on chrUn_KI270748v1:61596-61748), so it looks like an issue with the estimation of the number of repeats.
This is not the most important location, but the error could affect more important calls for other people. The log is the following:
Steps to reproduce
Here is a minimal fully reproducible example using files in https://github.com/nalcala/mutect2_issue:
gatk Mutect2 --java-options "-Xmx15G" -R GATK/hg38/Homo_sapiens_assembly38.fasta -I test1.bam -I test2.bam -O tests.vcf -L test_err.bed
Expected behavior
Variants should be called by mutect
Actual behavior
Mutect crashes
--- Thanks a lot!
The text was updated successfully, but these errors were encountered: