Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • GATK - PrintReads

    Hi all,
    I am trying to use the GATK PrintReads function following the BaseQualityRecalibrator using the following command:

    Code:
    java -jar GenomeAnalysisTK.jar -T PrintReads -R Homo_sapiens.fa -I WGS.sorted.IndelRealigned.fixedbam -BQSR recal_data.grp -o output.file.bam -nct 32
    The sample is a whole genome ~35X coverage. After starting, it tells me that it will take about 40 hours to complete, is that a correct estimate?
    Then after about 12 hours in, the program crashes with an error that says: "There is no space left on the device, so writing failed". We do have plenty of free space available, so I am not really sure what the problem is. Would anyone have any advice for me on this

  • #2
    My general advice about GATK issues is to try the GATK forum which I have found to be most useful in diagnosing and solving errors.

    Specifically this might be an issue with allocating memory, try using the -Xmx[n] for n space allocated to the process?

    Comment


    • #3
      Originally posted by lre1234 View Post
      Hi all,
      I am trying to use the GATK PrintReads function following the BaseQualityRecalibrator using the following command:

      Code:
      java -jar GenomeAnalysisTK.jar -T PrintReads -R Homo_sapiens.fa -I WGS.sorted.IndelRealigned.fixedbam -BQSR recal_data.grp -o output.file.bam -nct 32
      The sample is a whole genome ~35X coverage. After starting, it tells me that it will take about 40 hours to complete, is that a correct estimate?
      Then after about 12 hours in, the program crashes with an error that says: "There is no space left on the device, so writing failed". We do have plenty of free space available, so I am not really sure what the problem is. Would anyone have any advice for me on this
      PrintReads uses many, many intermediate files. You're likely filling up your temp directory with intermediate files, so redirect the temp files to a location with more space.

      Comment


      • #4
        Hey Ire1234,

        May be that will be using the space of tmp directory while running this command.

        first create a mimic tmp directory in the hard disk and
        try to include java -Djava.io.tmpdir=/data/tmp/ -jar

        command. That works.

        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...
          04-22-2024, 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
        59 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        57 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        51 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X