We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried indexing the bgzipped example VCF from the bioperl project found at http://www.well.ox.ac.uk/~winni/outgoing/example.vcf.gz and I get the following error:
$ bcftools index example.vcf.gz [E::get_intv] failed to parse TBX_VCF, was wrong -p [type] used? [E::hts_idx_push] unsorted positions
When I remove the trailing new line the error disapears. Is this a bug?
The text was updated successfully, but these errors were encountered:
Hi, no, this is not a bug. The VCF is broken, empty lines are not allowed.
Sorry, something went wrong.
No branches or pull requests
Hi,
I tried indexing the bgzipped example VCF from the bioperl project found at http://www.well.ox.ac.uk/~winni/outgoing/example.vcf.gz and I get the following error:
When I remove the trailing new line the error disapears. Is this a bug?
The text was updated successfully, but these errors were encountered: