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

Missing and incomplete output VCF headers #104

Open
fgvieira opened this issue Jul 14, 2021 · 0 comments
Open

Missing and incomplete output VCF headers #104

fgvieira opened this issue Jul 14, 2021 · 0 comments

Comments

@fgvieira
Copy link

fgvieira commented Jul 14, 2021

When running the output .svaba.unfiltered.somatic.sv.vcf vcf file through bcftools, I get the warnings:

[W::bcf_hdr_check_sanity] PL should be declared as Number=G
[W::vcf_parse] FILTER 'BLACKLIST' is not defined in the header

Line header:

##FORMAT=<ID=PL,Number=.,Type=Float,Description="Normalized likelihood of the current genotype">

should be:

##FORMAT=<ID=PL,Number=G,Type=Float,Description="Normalized likelihood of the current genotype">

and, it is missing a header like:

##FILTER=<ID=BLACKLIST,Description="SV in blacklisted region">

The first warning also happens on file .svaba.somatic.sv.vcf.

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