You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use this package to only parse specific chromosome(s) or region(s), provided the input VCF is tabix indexed?
At the moment, I am running tabix --print-header -R regions.bed my_vcf.vcf.gz outside python - but it would be nice if this was all handled by this package?