svaba icon indicating copy to clipboard operation
svaba copied to clipboard

Missing and incomplete output VCF headers

Open fgvieira opened this issue 4 years ago • 0 comments

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.

fgvieira avatar Jul 14 '21 07:07 fgvieira