Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • discoveradnan
    Member
    • Oct 2015
    • 23

    Facing error while trying to build SNP recalibration model using GATK

    Hello everyone,

    Kindly help me in fixing following error while trying to build SNP recalibration model uing GATK,

    $ java -jar GenomeAnalysisTK.jar -T VariantRecalibrator -R Reference/hg19.fa -input raw_variants.vcf -resource:hapmap,known=false,training=true,truth=true,prior=15.0 /Reference/hapmap_3.3.hg19.vcf -resourcemni,known=false,training=true,truth=true,prior=12.0 /Reference/1000G_omni2.5.hg19.vcf -resource:1000G,known=false,training=true,truth=false,prior=10.0 /Reference/1000G_phase1.snps.high_confidence.hg19.vcf -resource:dbsnp,known=true,training=false,truth=false,prior=2.0 /Reference/dbsnp_138.hg19.vcf -an QD -an FS -an SOR -an MQ -an MQRankSum -an ReadPosRankSum -mode SNP -tranche 100.0 -tranche 99.9 -tranche 99.0 -tranche 90.0 -recalFile recalibrate_SNP.recal -tranchesFile recalibrate_SNP.tranches -rscriptFile recalibrate_SNP_plots.R

    ERROR ------------------------------------------------------------------------------------------

    ERROR A USER ERROR has occurred (version 3.5-0-g36282e4):

    ERROR

    ERROR This means that one or more arguments or inputs in your command are incorrect.

    ERROR The error message below tells you what is the problem.

    ERROR

    ERROR If the problem is an invalid argument, please check the online documentation guide

    ERROR (or rerun your command with --help) to view allowable command-line arguments for this tool.

    ERROR

    ERROR Visit our website and forum for extensive documentation and answers to

    ERROR commonly asked questions http://www.broadinstitute.org/gatk

    ERROR

    ERROR Please do NOT post this error to the GATK forum unless you have really tried to fix it yourself.

    ERROR

    ERROR MESSAGE: Invalid argument value '-resource:hapmap known=false training=true truth=true prior=15.0' at position 6.

    ERROR Invalid argument value '/Reference/hapmap_3.3.hg19.vcf' at position 7.

    ERROR Invalid argument value '-resourcemni known=false training=true truth=true prior=12.0' at position 8.

    ERROR Invalid argument value '/Reference/1000G_omni2.5.hg19.vcf' at position 9.

    ERROR Invalid argument value '-resource:1000G known=false training=true truth=false prior=10.0' at position 10.

    ERROR Invalid argument value '/Reference/1000G_phase1.snps.high_confidence.hg19.vcf' at position 11.

    ERROR Invalid argument value '-resource:dbsnp known=true training=false truth=false prior=2.0' at position 12.

    ERROR Invalid argument value '/Reference/dbsnp_138.hg19.vcf' at position 13.

    ERROR ------------------------------------------------------------------------------------------

    Thanks and Best Regards,
    Adnan
  • WhatsOEver
    Senior Member
    • Apr 2012
    • 215

    #2
    Your genome is at "Reference/hg19.fa", but you are referring to the other files at "/Reference/...".

    Simply remove the leading slashes "/" from the resources or provide a full path for everything.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      07-09-2026, 11:10 AM
    • SEQadmin2
      Cancer Drug Resistance: The Lingering Barrier to Rising Survival
      by SEQadmin2



      Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

      There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
      07-08-2026, 05:17 AM
    • GATTACAT
      Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by GATTACAT
      Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
      07-01-2026, 11:43 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 07-13-2026, 10:26 AM
    0 responses
    18 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-09-2026, 10:04 AM
    0 responses
    30 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-08-2026, 10:08 AM
    0 responses
    16 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-07-2026, 11:05 AM
    0 responses
    34 views
    0 reactions
    Last Post SEQadmin2  
    Working...