Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GATK:Unified Genotyper Error

    Hi,

    I am using GATK unified genotyper for SNP and indel calling. My code is as follows:

    $javaPath/java -Xmx4g -jar $gatkPath/GenomeAnalysisTK.jar \
    -T UnifiedGenotyper \
    -R $humanRefSequence \
    -I "$sampleID".recal.bam \
    -B:dbsnp,vcf $humanDbsnpFile \
    -nt 8 -glm BOTH \
    -stand_call_conf 50.0 -stand_emit_conf 10.0 -dcov 250 \
    -l INFO \
    -A AlleleBalance -A DepthOfCoverage -A FisherStrand \
    -log "$sampleID".GATKvariants.log -o "$sampleID".GATKvariants.raw.vcf

    However, after running few minutes it's showing the following error:

    ##### ERROR ------------------------------------------------------------------------------------------
    ##### ERROR A USER ERROR has occurred (version 1.0.5877):
    ##### ERROR The invalid arguments or inputs must be corrected before the GATK can proceed
    ##### ERROR Please do not post this error to the GATK forum
    ##### ERROR
    ##### ERROR See the documentation (rerun with -h) for this tool to view allowable command-line arguments.
    ##### ERROR Visit our wiki for extensive documentation http://www.broadinstitute.org/gsa/wiki
    ##### ERROR Visit our forum to view answers to commonly asked questions http://getsatisfaction.com/gsa
    ##### ERROR
    ##### ERROR MESSAGE: Unable to create BasicFeatureReader using feature file , for input source: /tmp/org.broadinstitute.sting.gatk.io.stubs.VCFWriterStub5104773249721434217.tmp
    ##### ERROR ------------------------------------------------------------------------------------------

    I looked around and couldn't find a proper solution for it. I got stuck with for quite awhile. Can anyone please tell me what is the main reason for this error and how I can overcome it?

    Many thanks in advance.

    Regards,
    Opulcy

  • #2
    the syntax for one of your parameters seems a bit unusual, is it a typo, or is it supposed to be that way?

    -B:dbsnp,vcf

    Comment


    • #3
      The syntax looks weird because that is a very old version, and the syntax has changed since. I strongly recommend you upgrade to a more recent version, Opulcy. The old version is buggy and slow; the newer version will be faster and give you much better results.

      Comment


      • #4
        Thanks for the tips. I have upgraded to the newer version. It's running fine now.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          Today, 07:48 AM
        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 07:17 AM
        0 responses
        7 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-29-2024, 10:49 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Working...
        X