Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • GATK IndelRealigner returns empty output file

    Hello everyone,

    I am for the first time to perform an analysis of exome sequencing data (paired-end). After having aligned the sequence data to the reference genome by BWA and sorted and indexed the .bam file by samtools, I am applying GATK (v1.0.3423) to local realignment. The step #1 (to identify target regions for realignment) works OK. However, the step #2 (to realign .bam to get better Indel calling) returns an empty output file (0 bytes).

    Here are the commands that I used:

    # step 1: Identify target regions for realignment

    java -jar /opt/GenomeAnalysisTK/GenomeAnalysisTK.jar -T RealignerTargetCreator -R /home/bf13/RefSeq/human_g1k_v37.fasta -I aln.sorted.bam -o aln.intervals

    # step 2: Realign .bam to get better Indel calling

    java -jar /opt/GenomeAnalysisTK/GenomeAnalysisTK.jar -T IndelRealigner -R /home/bf13/RefSeq/human_g1k_v37.fasta -I aln.sorted.bam -targetIntervals aln.intervals -o aln.sorted.realigned.bam

    Here are the job report for # step 2 (I submitted this job to LSF):

    ------------------------------------------------------------
    Your job looked like:

    ------------------------------------------------------------
    # LSBATCH: User input
    # step 7: Realign BAM to get better Indel calling

    java -jar /opt/GenomeAnalysisTK/GenomeAnalysisTK.jar -T IndelRealigner -R /home/bf13/RefSeq/human_g1k_v37.fasta -I aln.sorted.bam -targetIntervals aln.intervals -o aln.sorted.realigned.bam

    ------------------------------------------------------------

    Successfully completed.

    Resource usage summary:

    CPU time : 8954.74 sec.
    Max Memory : 2043 MB
    Max Swap : 12557 MB

    Max Processes : 4
    Max Threads : 32

    The output (if any) follows:
    -------------------------------------------------------------

    Could anyone give some advices?

    Thanks,
    Baojian

  • #2
    I seem to be seeing the same or a similar problem. GATK runs, or for all appearances runs, exits 'successfully' and then creates an empty .bam file . I've tried a couple of things with no luck...

    Comment


    • #3
      I have this problem solved by installation of the latest version of GATK (v1.0.5777). I guess the reason is that older versions of GATK use "--output <filename>" other than "-o <filename>" for this specific IndelRealigner.

      Comment


      • #4
        Wow, well I will go try that out! Many thanks.

        Comment

        Latest Articles

        Collapse

        • 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 on Modified Bases...
          Today, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        37 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        41 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        35 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        54 views
        0 likes
        Last Post seqadmin  
        Working...
        X