-
Notifications
You must be signed in to change notification settings - Fork 597
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
gatk GenotypeGVCFs USER ERROR: The list of input alleles must contain <NON_REF> as an allele but that is not the case #7147
Comments
@lubocoix Are you running |
Hi lubocoix, did you fix the error? I got the same issue. Please let me know how did you fix the problem. Many Thanks!! |
I have solved my problem, I need see your code that I can know what’s wrong with it.
… 2021年10月8日 上午11:13,ShuwenXia ***@***.***> 写道:
Hi lubocoix, did you fix the error? I got the same issue. Please let me know how did you fix the problem. Many Thanks!!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#7147 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ATGHJIZQKEUD7NC3KMLVOZ3UFZOUHANCNFSM4ZICDOSA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I have used Haplotype Caller to get husheep_reseq.g.vcf file and run "./share/nas1/comput5/Tools/GATK/gatk-4.2.0.0/gatk --java-options -Xmx80G GenotypeGVCFs -R /share/nas1/comput5/ref_genome/husheep_ref/GCA_011170295.1_ASM1117029v1_genomic.fna -V husheep_reseq.g.vcf -O husheep_reseq.vcf “ to generate husheep_reseq.vcf file, but I got an error "The list of input alleles must contain <NON_REF> as an allele but that is not the case at position 100; please use the Haplotype Caller with gVCF output to generate appropriate records". Seems similar in your case. |
@droazen In my case, CombineGVCFs crashes on multiallelic variants.
Note.
|
Hi @PlatonB |
@gokalpcelik The same error occurs when working with HaplotypeCaller results. |
Can you also post a line from HaplotypeCaller generated GVCF that causes this issue ? |
|
How was this gvcf created can you post us your steps as well? Also are you trying to combine gvcfs generated by different tools with haplotypecallers gvcf ? |
I'm afraid that's non-public information. Perhaps after consulting with my employer, I will publish some of the pipelines' code.
Yes, I am merging the gVCFs generated by HaplotypeCaller, DeepVariant, BCFtools mpileup&call and FreeBayes. Before merging, I try to unify the source gVCFs using self-written Bash and Python scripts.
|
This is the keypoint. CombineGVCFs tool's aim is not to combine GVCFs from different sources. The tool can only work with GVCFs from HaplotypeCaller. For us to understand the issue clearly we need to get the actual command line for HaplotypeCaller for generating the GVCF file. GVCFs generated by other tools are not our concern therefore if you are doing something outside of GATK domain we cannot help. There may be other tools doing this kind of work but we don't have extensive information on them and we cannot debug their issues either. |
@PlatonB Since this is a complex issue involving multiple non-gatk tools and a proprietary pipeline we can't really do much to debug it without a way to reproduce the problem. If you could provide (ideally minimal) inputs to reproduce the issue that would give us much more of a handle to look into it. Otherwise I don't think we can do much with the information you provided. |
I have already get ".g.vcf " through "gatk Haplotype Caller" but when I used the code "./gatk GenotypeGVCFs -R /Users/lubo/sorgum/GCF_000003195.3_Sorghum_bicolor_NCBIv3_genomic.fna.
-V /Users/lubo/sorgum/propinquum_variation.g.vcf
-O /Users/lubo/sorgum/propinquum.vcf" to generate the output file "propinquum.vcf" ,A USER ERROR has occurred: The list of input alleles must contain <NON_REF> as an allele but that is not the case at position 11733; please use the Haplotype Caller with gVCF output to generate appropriate records。
I don't know what's wrong with my code ,is that mean my input file have something wrong?
The text was updated successfully, but these errors were encountered: