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

Warning: fewer CSQ fields than expected #2295

Open
kuaileshizuihao opened this issue Sep 28, 2024 · 0 comments
Open

Warning: fewer CSQ fields than expected #2295

kuaileshizuihao opened this issue Sep 28, 2024 · 0 comments

Comments

@kuaileshizuihao
Copy link

After merging files from different samples using "bcftools merge", I encountered a problem while using bcftools +split-vep, which resulted in this error. I filtered out the lines causing the error and saved them as Error.vcf. Initially, I suspected that the “|” symbol in the GT field might be interfering with the recognition of the fields, so I replaced all GT information with “.” However, the error still persists. This has been a source of frustration for me for two weeks. Thank you very much for your assistance!

bcftools +split-vep "/ehpcdata/analysis/chenhaijie/Compare/Error.vcf" -H -d -A tab -f '%ID\t%CHROM\t%REF\t%ALT\t%CSQ' -s all:missense+ -o /ehpcdata/analysis/chenhaijie/Compare/ErrorSplited.vcf
# Warning: fewer CSQ fields than expected at chr1:201359246, filling with dots. This warning is printed only once.

Error.vcf.zip

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