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

VCF Parsing Issue #381

Open
17tranap opened this issue Jun 24, 2020 · 1 comment
Open

VCF Parsing Issue #381

17tranap opened this issue Jun 24, 2020 · 1 comment
Labels

Comments

@17tranap
Copy link

I'm running some BCFTools operations on the VCF outputs of the Kevlar pipeline (from simlike).

It's a small issue, but the VCF syntax stumbles on the INFO lines:

##INFO=<ID=IKMERS,Number=1,Type=Integer,Description="number of "interesting" (novel) k-mers spanning the variant alternate allele">

This is because there are quotes around "interesting", and it makes it so that this line cannot be parsed.

It is also missing the INFO fields for CALLCLASS and PART.

@standage
Copy link
Collaborator

Thanks for the report @17tranap! I'm not actively working on kevlar at the moment, so it may take me some time to get around to fixing this.

@standage standage added the bug label Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants