Skip to content
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

bgzip library #3

Open
leomrtns opened this issue Nov 8, 2021 · 0 comments
Open

bgzip library #3

leomrtns opened this issue Nov 8, 2021 · 0 comments

Comments

@leomrtns
Copy link
Member

leomrtns commented Nov 8, 2021

the VCF files are compressed with the zlib library, but bcftools complains about it:

$ bcftools merge -o merge.vcf *.vcf.gz
Failed to open 1701018_ERR1701018.vcf.gz: not compressed with bgzip

bcftools also complained about unordered entries (e.g. location 5 before location 4), which may occur on overlapping HTs (more than one HT may map to same location in reference genome, and in this case the alternatives have variants in different flanking location, not on HT itself).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant