Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • desmo
    Member
    • Nov 2011
    • 25

    #1

    VariantRecalibrator input file error

    Hi everyone,
    I'm having some trouble with the variant quality score recalibrator.
    I have the following error message.

    MESSAGE: Bad input: Values for HaplotypeScore annotation not detected for ANY training variant in the input callset. VariantAnnotator may be used to add these annotations.

    I've used the following command line:
    java -jar GenomeAnalysisTK.jar
    -T VariantRecalibrator
    -resource: hapmap,known=false,training=true,truth=true,prior=15.0 hapmap_3.3.b37.sites.vcf
    -resource: omni,known=false,training=true,truth=false,prior=12.0 1000G_omni2.5.b37.sites.vcf
    -resource: dbsnp,known=true,training=false,truth=false,prior=8.0 dbsnp_132.b37.vcf
    -an HaplotypeScore
    -nt 3
    -input realigned.vcf
    -R chr01.fa
    -recalFile output.recal
    -tranchesFile output.tranches
    -rscriptFile output.plots.R

    The realigned.vcf file looks like

    #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT Campione
    1 565006 . T C 10.43 LowQual AC=2;AF=1.00;AN=2;DP=1;Dels=0.00;HRun=2;HaplotypeScore=0.0000;MQ=60.00;MQ0=0;QD=10.43 GT:AD: DP:GQ:PL 1/1:0,1:1:3.01:40,3,0
    1 566933 . A G 11.01 LowQual AC=2;AF=1.00;AN=2;DP=1;Dels=0.00;HRun=2;HaplotypeScore=0.0000;MQ=60.00;MQ0=0;QD=11.01 GT:AD: DP:GQ:PL 1/1:0,1:1:3.01:41,3,0
    1 566960 . T C 11.01 LowQual AC=2;AF=1.00;AN=2;DP=1;Dels=0.00;HRun=0;HaplotypeScore=0.0000;MQ=60.00;MQ0=0;QD=11.01 GT:AD: DP:GQ:PL 1/1:0,1:1:3.01:41,3,0
    1 567002 . T C 68.76 PASS AC=2;AF=1.00;AN=2;DP=3;Dels=0.00;FS=0.000;HRun=0;HaplotypeScore=0.0000;MQ=60.00;MQ0=0;QD=22.92 GT:AD: DP:GQ:PL 1/1:0,3:3:9.01:101,9,0
    1 567033 . T C 38.66 PASS AC=2;AF=1.00;AN=2;DP=2;Dels=0.00;FS=0.000;HRun=1;HaplotypeScore=0.0000;MQ=60.00;MQ0=0;QD=19.33 GT:AD: DP:GQ:PL 1/1:0,2:2:6.02:70,6,0

    It is already annoted.
    So where is the problem?
    I have to annotate the "resource" files? I downloaded these callset from the GATK resource boundle. Aren't they already annoted?
  • kenietz
    Member
    • Nov 2011
    • 86

    #2
    Hi there,
    yeah i have the same error and a lot of other people as well
    Now then it seems that the VCF file which we pass to the command should have in their INFO lines these strings "QD" "HaplotypeScore" "MQRankSum" "ReadPosRankSum" "FS" "MQ". In your case only HaplotypeScore of course. The nice thing is that the VCF provided by GATK and the ones which supposedly we should pass do not contain that info at all

    For example in your case you pass:
    -resource: hapmap,known=false,training=true,truth=true,prior=15.0 hapmap_3.3.b37.sites.vcf

    so this file should have "HaplotypeScore" in the INFO section which im sure it doesnt. Not in mine VCF.

    So in my case i pass these three VCFs and they should contain the corresponding Key strings but they do not:
    dbsnp_135.hg19.vcf
    hapmap_3.3.hg19.sites.vcf
    1000G_omni2.5.hg19.sites.vcf

    The only VCF file which contain all of the annotations is:
    NA12878.HiSeq.WGS.bwa.cleaned.raw.subset.hg19.vcf

    But then how to specify that want to use that one? For the other three there are the strings: hapmap, omni and dbsnp. But what about NA12878? No idea.

    So im stuck on that stupid part

    Any help is appreciated
    Thank you

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    15 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    31 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-31-2026, 02:55 AM
    0 responses
    41 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-24-2026, 12:17 PM
    0 responses
    26 views
    0 reactions
    Last Post SEQadmin2  
    Working...