PyVCF
PyVCF copied to clipboard
Possible to read in records from vcf as Breakend type?
I have a vcf full of SVs, and I want to read them in as class vcf.model._Breakend instead of vcf.model._Record. Then I can easily query their connectingSequence and other variables. Is this currently possible or planned to be added?