-
Notifications
You must be signed in to change notification settings - Fork 22
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
Eror combining vcf files #162
Comments
I was also trying to run it now only on the freebayes vcf's and got the same error |
@assafgrw thanks for reporting the issue, I will address it soon. |
thanks |
I also meet this error. |
Hi @yusmile0618, are you running with Mendelian errors, in ideal scenario, should be zero. So the lower it is the better. Thanks. |
thanks @yunfeiguo the vcfs files are all generated from the command Q1: how to merging sample from 3 or more different samples? |
Hi merging VCFs from different samples is not supported by seqmule right now. the best way is use multi-sample variant calling on FASTQs from multiple samples, then each VCF will contain multiple samples. e.g.
I am not aware of widely-used threshold for Mendelian error. However, it should be correlated with the sequencing depth, quality of variant calls of your analysis. I would expect Mendelian error is in the same order of magnitude as variant calling errors. |
@yunfeiguo ok, thanks for your multiple samples suggestion. |
Hello,
I am trying to generate Mendelian error statistics for trio analysis i do. According to Seqmule guide I should first combine the vcf of the mother father and son. So I figured it would make most sense to combine the consensus vcf of each.
When using the command "./seqmule stats --u-vcf father.vcf, mother.vcf, son.vcf -p 123combo -ref hg19.fa"
I got an error which says that the reference does not exist so I used human_g1k_v37_fasta as reference:
"./seqmule stats --u-vcf father.vcf, mother.vcf, son.vcf -p 123combo -ref human_g1k_v37.fasta" but get the following eror:
"ERROR: not all VCFs have the same set of samples (case-sensitive)!"
Any suggestions?
Kind regards
Assas
The text was updated successfully, but these errors were encountered: