-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add a better error message when the reference is too long for indexing #1651
Comments
hi, we have also meet this problem. So one question is, if we split the large chromosome in reference genome, the final location information of SNP on splitted chromosome will be different with the gff annotation file of previous vision reference genome? |
@hjt1129 Yes, it's not a perfect solution. It definitely complicates annotation and comparison. You would need to either reverse the splitting before comparing with the gff or perform the same split on the gff in order to compare. We'd like to support CSI for vcf but we haven't had the time to do so. |
I have also run into this problem trying to use VariantQC for a VCF based on a wheat genome. These very large plant genomes require csi indices. Any chance to support this from your side? Plant world is catching up with sequencing ;) |
@lbergelson The This seems to be because GATK v4.4.0.0 HaplotypeCaller requires a BAI index file next to the input CRAM file.
BAI index is not possible because of the chromosome sizes. I am not sure if an index is really needed for the input CRAM file for HaplotypeCaller to do its work. Thank you.
|
@WimSpee I'm sorry. I gave you bad advice. I thought HaplotypeCaller would run without an index if you didn't give it any |
There have been two seperate issues this week with people running into a confusing indexing error when using a long reference. We should give a better error. We should ideally also identify this problem upfront instead of crashing late.
See broadinstitute/gatk#8192 and this gatk forum post
The text was updated successfully, but these errors were encountered: