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

Problem with VCF files #55

Open
stfacc opened this issue Nov 20, 2024 · 2 comments
Open

Problem with VCF files #55

stfacc opened this issue Nov 20, 2024 · 2 comments

Comments

@stfacc
Copy link

stfacc commented Nov 20, 2024

When I try to process the resulting VCF file with bcftools, (for instance a simple bcftools view) I get this kind of errors:

Screenshot From 2024-11-19 15-13-04

It looks like there's an invalid header line:

##INFO=<ID=CIRB,Number=.Integer,Type=Confidence interval around RB>

Also, if I understand correctly the VCF specs, the SVLEN field be something like SVLEN=22,22 (with= instead of :)

Thanks

@MemoonaRasheed
Copy link

I am facing similar issue. I tried to concat the vcf files using bcftools and got this message

[W::bcf_hdr_register_hrec] The type "Confidence interval around RB" is not supported, assuming "String"
[W::bcf_hdr_register_hrec] The type "Confidence interval around RB" is not supported, assuming "String"
[W::bcf_hdr_register_hrec] The type "Confidence interval around RB" is not supported, assuming "String"
[W::bcf_hdr_register_hrec] The type "Confidence interval around RB" is not supported, assuming "String"
[W::bcf_hdr_register_hrec] The type "Confidence interval around RB" is not supported, assuming "String"
[W::bcf_hdr_register_hrec] The type "Confidence interval around RB" is not supported, assuming "String"

@readmanchiu
Copy link
Collaborator

Thank you both for reporting the errors and my apologies for overlooking them.
I just released v1.5.3 that should fix them. It may a bit longer for bioconda to update.

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

3 participants