GATK Haplotype Caller error
While ruuning GATK Haplotype caller for human,
java -jar /biobank/seq/kirti/new/NA12878/GATK/GenomeAnalysisTK.jar -T HaplotypeCaller -R /biobank/seq/kirti/new/NA12878/reference/hg19_new.fa -I /biobank/seq/kirti/new/NA12878/nature_paper/"$a"/"$a"sorted2_bwa_aligned.bam --dbsnp /biobank/seq/kirti/new/NA12878/nature_paper/Homo_sapiens.vcf --sample_name "$a" -ploidy 2 -o /biobank/seq/kirti/new/NA12878/nature_paper/"$a"/"$a"bwa_GATK.vcf
I got this error message .Please help to solve it--Thanks in Advance--
<h5>ERROR MESSAGE: The provided VCF file is malformed at approximately line number 30824751: unparsable vcf record with allele W</h5>
• 1,864 views
•
link
1 answer
the message is clear:
The provided VCF file is malformed at approximately line number 30824751: unparsable vcf record with allele W
there is an error in the REF or ALT column of your VCF, it should be an [ATGC] string but you have a 'W' allele.
because of this line:
• 0 views
•
link
Log in to answer this question.