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
When running the output .svaba.unfiltered.somatic.sv.vcf vcf file through bcftools, I get the warnings:
.svaba.unfiltered.somatic.sv.vcf
bcftools
[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.
.svaba.somatic.sv.vcf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the output
.svaba.unfiltered.somatic.sv.vcf
vcf file throughbcftools
, I get the warnings:Line header:
should be:
and, it is missing a header like:
The first warning also happens on file
.svaba.somatic.sv.vcf
.The text was updated successfully, but these errors were encountered: