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 errors #245

Open
gevro opened this issue Jul 10, 2024 · 1 comment
Open

vcf errors #245

gevro opened this issue Jul 10, 2024 · 1 comment
Labels
bug Something isn't working VariantConvert

Comments

@gevro
Copy link

gevro commented Jul 10, 2024

Hi,
The final vcf is giving me these errors when I look at it with bcftools:

[W::bcf_hrec_check] Invalid tag name: "'SampleID'"
[W::bcf_hrec_check] Invalid tag name: "Compound_htz(sample)"
[W::bcf_hrec_check] Invalid tag name: "Count_hom(sample)"
[W::bcf_hrec_check] Invalid tag name: "Count_htz(sample)"
[W::bcf_hrec_check] Invalid tag name: "Count_htz/allHom(sample)"
[W::bcf_hrec_check] Invalid tag name: "Count_htz/total(cohort)"
[W::bcf_hrec_check] Invalid tag name: "Count_total(cohort)"
##fileformat=VCFv4.2
[W::vcf_parse_format] FORMAT 'AD' at 1:90258 is not defined in the header, assuming Type=String
[W::vcf_parse_format] FORMAT 'DP' at 1:90258 is not defined in the header, assuming Type=String
[W::vcf_parse_format] FORMAT 'PS' at 1:136554 is not defined in the header, assuming Type=String

I suspect there are bugs in how annotSV is defining the vcf headers.

@gevro
Copy link
Author

gevro commented Jul 10, 2024

Note, if this is a variantconvert bug, maybe it would be best for annotsv to natively output to vcf? Since variantconvert bugs would take a long time to fix. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working VariantConvert
Projects
None yet
Development

No branches or pull requests

2 participants