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
          Recent Advances in Sequencing Technologies
          by seqadmin



          Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

          Long-Read Sequencing
          Long-read sequencing has seen remarkable advancements,...
          12-02-2024, 01:49 PM
        • seqadmin
          Genetic Variation in Immunogenetics and Antibody Diversity
          by seqadmin



          The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
          11-06-2024, 07:24 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 12-02-2024, 09:29 AM
        0 responses
        152 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-02-2024, 09:06 AM
        0 responses
        51 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-02-2024, 08:03 AM
        0 responses
        43 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 11-22-2024, 07:36 AM
        0 responses
        76 views
        0 likes
        Last Post seqadmin  
        Working...
        X