PyVCF
PyVCF copied to clipboard
Any thoughts on how to access gt_bases in case there is * genotype (deletion spanning variant)?
The vcf 4.3 version introduced a new method of representing a deletion spanning variant by *. We obviously don't want gt_bases output as A/* or as */* but the real variant allele_bases for each sample.
Any thoughts on how we can get the real variant allele (i.e gt_bases) in such cases.
See details: http://gatkforums.broadinstitute.org/gatk/discussion/6926/spanning-or-overlapping-deletions-allele https://samtools.github.io/hts-specs/VCFv4.3.pdf
Someone needs to add the 4.3 support. I would start by adding a test case with the new features and then unit testing each one.
PRs welcome!
On 5 June 2017 at 15:49, everestial [email protected] wrote:
The vcf 4.3 version introduced a new method of representing a deletion spanning variant by *. Any thoughts on how we can get the real variant allele (i.e gt_bases) in such cases.
See details: http://gatkforums.broadinstitute.org/gatk/discussion/6926/spanning-or- overlapping-deletions-allele https://samtools.github.io/hts-specs/VCFv4.3.pdf
We obviously don't want gt_bases output as A/* or / but the real variant allele_bases for each sample.
Any thoughts?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jamescasbon/PyVCF/issues/278, or mute the thread https://github.com/notifications/unsubscribe-auth/AAF813Zzzw0YxZ-9OootvFiz_ktbkuW5ks5sBBV7gaJpZM4NwJZ3 .
@jamescasbon @martijnvermaat @ian1roberts : Any update on this issue ?
@jamescasbon @martijnvermaat @ian1roberts : Hi there, Have you found any fix on this issue so far?