-
Notifications
You must be signed in to change notification settings - Fork 601
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
GenotypeGVCFs is reporting Buffer overflow errors #7976
Comments
Are you able to run |
How large is your machine, memory-wise? Can you reduce the |
Hi, @nalinigans |
@shuaiwang2, can you please paste your entire command to |
@nalinigans ,I have put the command for chromosome 9 and chromosome 10 is similar, thanks.
I run
|
In general our germline tools are designed for short variants. I don't think any of them will handle a millions long indel well or at all. The SV or CNV tools sound like a better fit although I'm not sure exactly if they cover your use case exactly. Typically we process short variants and long variants like this separately. We should be detecting this variant up front on when loading into genomicsDB if it's going to be problematic to retrieve it, and we should be giving a better error message. I don't think we'll be able to handle it through GenotypeGVCFs in any helpful way though. (The best I can imagine it doing is passing it through ungenotyped.) |
Affected tool(s) or class(es)
GenotypeGVCFs is reporting:
Affected version(s)
Description
Hi, I developed AnchorWave to call long indels(could be a couple of Mb). We are trying to connect the AnchorWave variant calling result with GATK to generate VCF files.
We generated whole genome alignments for 26 maize accession via AnchorWave. And we wrote out own code to generate GVCF files from the outputs of AnchorWave. Those GVCF files works well with GATK GenomicsDBImport. While, the
GenotypeGVCFs
function is reportingBuffer overflow
errors and could generate the complete VCF files.Here is the command we used:
The text was updated successfully, but these errors were encountered: