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
As varifier uses pyfastaq to parse VCF it is unable to parse BCF format.
I know this is probably a big-ish change but I would suggest switching to using an API such as cyvcf2. This way the user doesn't have to convert all of their BCF files to VCF in order to use varifier. Additionally, cyvcf2 will likely give a decent speedup.
The text was updated successfully, but these errors were encountered:
changing to cyvcf2 is a bigger change than I want to spend time doing. We could just have an open VCF function that pipes through bcftools if the file name ends with .bcf.
As
varifier
usespyfastaq
to parse VCF it is unable to parse BCF format.I know this is probably a big-ish change but I would suggest switching to using an API such as
cyvcf2
. This way the user doesn't have to convert all of their BCF files to VCF in order to usevarifier
. Additionally,cyvcf2
will likely give a decent speedup.The text was updated successfully, but these errors were encountered: