Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Ori
    Member
    • Jun 2011
    • 13

    SRMA error

    Hi,

    First time using SRMA and right the way into error... typical.

    Anyhow, here it is:
    Code:
    java -jar -Xmx2g ../srma-0.1.15.jar I=sorted.bam O=SRMA.bam R=chr17.fasta 
    
    [Tue Aug 09 14:42:24 CEST 2011] srma.SRMA INPUT=[sorted.bam] OUTPUT=[SRMA.bam] REFERENCE=chr17.fasta    OFFSET=20 MIN_MAPQ=0 MINIMUM_ALLELE_PROBABILITY=0.1 MINIMUM_ALLELE_COVERAGE=3 MAXIMUM_TOTAL_COVERAGE=100 CORRECT_BASES=false USE_SEQUENCE_QUALITIES=true QUIET_STDERR=false MAX_HEAP_SIZE=8192 MAX_QUEUE_SIZE=65536 GRAPH_PRUNING=false NUM_THREADS=1 TMP_DIR=/tmp/ VERBOSITY=INFO QUIET=false VALIDATION_STRINGENCY=STRICT COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false
    Allele coverage cutoffs:
    coverage: 1	minimum allele coverage: 0
    coverage: 2	minimum allele coverage: 0
    coverage: 3	minimum allele coverage: 0
    coverage: 4	minimum allele coverage: 1
    coverage: 5	minimum allele coverage: 1
    coverage: 6	minimum allele coverage: 1
    coverage: 7	minimum allele coverage: 2
    coverage: 8	minimum allele coverage: 2
    coverage: 9	minimum allele coverage: 3
    coverage: >9	minimum allele coverage: 3
    Records processsed: 1 (last 17:3217-3266)java.lang.Exception: Error.  Soft clipping with color-space data not currently supported.
    	at srma.Align.align(Align.java:134)
    	at srma.SRMA$AlignThread.run(SRMA.java:659)
    Please report bugs to [email][email protected][/email]
    hmm...

    help would be appreciated!

    thanks
  • nilshomer
    Nils Homer
    • Nov 2008
    • 1283

    #2
    The release does not support soft-clipping in color space data. There is an experimental branch in the GIT repository called "cs-soft" that you can test out. I am assuming you mapped with SHRiMP. If you cannot get soft-clipping to work, use BFAST or another mapper.

    Comment

    • Ori
      Member
      • Jun 2011
      • 13

      #3
      Thanks for quick answer. I'll test "cs-soft".

      For mapping I used novoalign.

      Comment

      • Ori
        Member
        • Jun 2011
        • 13

        #4
        Little update:

        "cs-soft" worked fine on novoalign produced bam file. By the way, I was compiling it with latest samtools jar instead of recommended older version. It worked.

        Then I as well made alignment of same data using BFAST run it through SRMA.
        I got quite a few error saying:

        Code:
        Exception in thread "main" java.lang.StackOverflowError
            at java.util.ArrayList$SubList.add(ArrayList.java:928)
        As far as I remember that is due to too many recursions... Hmm.

        Comment

        • nilshomer
          Nils Homer
          • Nov 2008
          • 1283

          #5
          I am not sure how to do it (google would) but have you increased your stack size?

          Comment

          • Ori
            Member
            • Jun 2011
            • 13

            #6
            StackOverflow error solved. In case anybody else runs in similar problem:

            -Xss[amount of mem]m flag does the job.

            Easy, when you know

            Comment

            • nilshomer
              Nils Homer
              • Nov 2008
              • 1283

              #7
              Excellent, thank-you for posting back your solution.

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by SEQadmin2



                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                ...
                07-09-2026, 11:10 AM
              • SEQadmin2
                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                by SEQadmin2



                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                07-08-2026, 05:17 AM
              • GATTACAT
                Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by GATTACAT
                Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                07-01-2026, 11:43 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              18 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              30 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              16 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-07-2026, 11:05 AM
              0 responses
              34 views
              0 reactions
              Last Post SEQadmin2  
              Working...