Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • cramtools-2.1 out of memory error

    Hi all,
    I am new to compression of sequence data.
    when i am trying to compress the individual chromosome BAM file i am getting out of memory exception.
    Input file used is ~88MB in size.

    Code:
    java -jar cramtools-2.1.jar cram -I NA19240.chrom1.sorted.bam.bam -R c                               hr1.fa -O test.cram
    Exception in thread "main" java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:606)
         at net.sf.cram.CramTools.invoke(CramTools.java:93)
         at net.sf.cram.CramTools.main(CramTools.java:123)
    Caused by: java.lang.OutOfMemoryError: Java heap space
         at java.util.Arrays.copyOf(Arrays.java:2271)
         at java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:118)
         at java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:93)
         at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:153)
         at net.sf.cram.io.ByteBufferUtils.copyLarge(ByteBufferUtils.java:615)
         at net.sf.cram.io.ByteBufferUtils.readFully(ByteBufferUtils.java:623)
         at net.sf.cram.ref.ReferenceSource.loadFromPath(ReferenceSource.java:253)
         at net.sf.cram.ref.ReferenceSource.findBasesByMD5(ReferenceSource.java:283)
         at net.sf.cram.ref.ReferenceSource.findBases(ReferenceSource.java:179)
         at net.sf.cram.ref.ReferenceSource.getReferenceBases(ReferenceSource.java:127)
         at net.sf.cram.FixBAMFileHeader.fixSequence(FixBAMFileHeader.java:54)
         at net.sf.cram.FixBAMFileHeader.fixSequences(FixBAMFileHeader.java:47)
         at net.sf.cram.Bam2Cram.main(Bam2Cram.java:307)
         ... 6 more
    Though, I could succesfully run cram by explicitly setting java memory size directives ( -Xms256m -Xmx2048m)
    if for smaller files itself cramtools reports "Out of memory", how to run cramtools for larger files

    Could anyone help me understand how to work with cramtools on larger files.

    Thanks,
    Pandu Kumar C
    Last edited by pandu_sait; 03-23-2015, 10:46 PM.

  • #2
    The error you are getting is from running out of memory... so, I would assume that you need more than 2048MB. Note that you will get the best memory efficiency if you set -Xms and -Xmx to the same value. But you probably still need more. Bam files are already compressed, so you can get an idea of the upper limit of how much memory should be needed (excluding overhead) by converting them to sam. I don't know what kind of overhead cramtools needs.
    Last edited by Brian Bushnell; 03-24-2015, 12:13 AM.

    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