Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • guru1985
    Junior Member
    • Mar 2012
    • 4

    #1

    SOAPdenovo error

    We have been using this tool for assembling eukaryotic genomes from a long time now but have never encountered an error message "Trace: can't find kmer 0 0 0 2914096dd4 (input 0 0 0 2f74f2afb0) at step 1 " at all. The output file is full of these errors and we are not able to workout where the issue. Is could you please tell us what this error actually means ?

    A few more error lines

    "Trace: can't find kmer 0 0 0 2914096dd4 (input 0 0 0 2f74f2afb0) at step 1
    Trace: can't find kmer 0 0 0 114096dd4c (input 0 0 0 26f74f2afb) at step 0
    Trace: can't find kmer 0 0 0 5025b7531 (input 0 0 0 39bdd3cabe) at step 0
    Trace: can't find kmer 0 0 0 5025b7531 (input 0 0 0 39bdd3cabe) at step 1
    Trace: can't find kmer 0 0 0 1025b75319 (input 0 0 0 339bdd3cab) at step 0
    Trace: can't find kmer 0 0 0 4cacf100 (input 0 0 0 2ab96426e) at step 1
    Trace: can't find kmer 0 0 0 acf100ac (input 0 0 0 242ab9642) at step 0
    Trace: can't find kmer 0 0 0 acf100ac (input 0 0 0 242ab9642) at step 1
    Trace: can't find kmer 0 0 0 96dd4c66 (input 0 0 0 ce6f74f2a) at step 0"

    I really appreciate your help in this matter.

    Thanks a lot.
  • SES
    Senior Member
    • Mar 2010
    • 275

    #2
    If you can provide some information about the data and command you used then it is more likely we can help. I recall seeing these "can't find kmer" messages in the past, but I can't figure it out from just looking at the error message.

    Comment

    • guru1985
      Junior Member
      • Mar 2012
      • 4

      #3
      Thanks for your reply!!

      The errors occured when i was trying to assemble a eukaryotic genome (quiet big) using 100bp paired end illumina reads. The command line i gave was

      "export PATH=/projects/a07/gurjeet/bin/

      SOAPdenovo127mer all -s /projects/genome/config_p1.txt -K 51 -p 48 -R yes -D yes -o /project/flauro/gurjeet/assembly/p1/p1_51/soap51"

      The assembly goes through as it makes all the files including .scafSeq but its really poor assembly (we have tried quiet a lot of kmer's) and all the assembly's give the above same error. The error comes in the output file "assembly.sh.0233"(the output file which we gen after running any job) . This file shows that when the assembler starts making scaffolds all these error lines come . there are like 10 -4 error lines like that.

      Comment

      • SES
        Senior Member
        • Mar 2010
        • 275

        #4
        Is SOAPdenovo crashing when running the "KmerFreq" step? If so, this is not unheard of with large data sets, but unfortunately, I don't have a good explanation or solution (other than to try another program).

        Comment

        • Rockx
          Junior Member
          • Dec 2011
          • 7

          #5
          Hi, I am working with guru1985 on this project.

          The error is occuring when SOAPdenovo starts to fill the scaffold gaps with reads from the *.ReadInGap file.

          From the error message "...0 0 0 96dd4c66..." seems to refer to a memory location.

          We will attempt to use other assembly software, to see if we get similar errors.

          Comment

          • SES
            Senior Member
            • Mar 2010
            • 275

            #6
            Originally posted by Rockx View Post
            Hi, I am working with guru1985 on this project.

            The error is occuring when SOAPdenovo starts to fill the scaffold gaps with reads from the *.ReadInGap file.

            From the error message "...0 0 0 96dd4c66..." seems to refer to a memory location.

            We will attempt to use other assembly software, to see if we get similar errors.
            What you said about memory issues makes sense, and you may just be running out of memory. Have you watched the memory usage on your machine while running the assembly? If you are submitting this to a queue with SGE (I'm guessing based on your output filename) you can do:

            Code:
            qstat -j job_id | grep vmem
            where job_id is the ID assigned to your assembly job. If you are using LSF,

            Code:
            bjobs -l
            will give you the memory information. If you are not using any queueing system, just type "top" at the command line and observe.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
              by SEQadmin2



              CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

              Despite this, “CRISPR helped turn genome editing from a specialized technique into
              ...
              07-31-2026, 11:01 AM
            • SEQadmin2
              Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
              by SEQadmin2


              Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

              The systematic characterization of the human proteome has
              ...
              07-20-2026, 11:48 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 08-13-2026, 12:22 PM
            0 responses
            25 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-11-2026, 10:35 AM
            0 responses
            20 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-06-2026, 07:41 AM
            0 responses
            34 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-03-2026, 10:13 AM
            0 responses
            51 views
            0 reactions
            Last Post SEQadmin2  
            Working...