-
Notifications
You must be signed in to change notification settings - Fork 47
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
END less than start in gnomad SV VCF? #515
Comments
Hi @cmdcolin, I believe this is related to talkowski-lab/gnomad-sv-pipeline#3 (@RCollins13 would have to confirm that). The SV dataset shown in the browser has been updated from the VCF linked in the issue description. The SV dataset shown in the browser comes from https://storage.googleapis.com/gnomad-public/papers/2019-sv/gnomad_v2.1_sv.sites.vcf.gz. In the 2.1 VCF, end is greater than start for the variant "gnomAD-SV_v2.1_INS_1_35".
|
Ah didn't realize this is a subset of that problem, I saw this in similar context in a Sniffles VCF too. Thanks for clarifying |
Hi @cmdcolin, This is an issue with several SV algorithms, and one we're actively working to resolve for gnomAD. The v2.1 SV release (available here: https://gnomad.broadinstitute.org/downloads) should have these issues corrected, and future gnomAD releases will also not include records where END<POS. Thanks, |
Hi there
I work on a genome browser where we'd like to helpfully display SVs but the code doesn't like when it sees features where END<START
I saw in the SV VCF that there is a line where the "END" field is less than the start
https://storage.googleapis.com/gnomad-public/papers/2019-sv/gnomad_v2_sv.sites.vcf.gz
I was wondering if this has any meaning or maybe it is a liftover or data bug? Here is the link in the browser https://gnomad.broadinstitute.org/variant/INS_1_35?dataset=gnomad_sv_r2_1
The text was updated successfully, but these errors were encountered: