Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • tatianaliu
    Junior Member
    • Jun 2011
    • 2

    velvet, Destroying splay table

    hello, dear all.
    I have a question about velvet, after runing velveth, it stopped and shows


    Inputting sequences...
    Inputting sequence 0 / 622511
    Done inputting sequences
    Destroying splay table
    Splay table destroyed

    but the splay files are ok in src
    what's this meaning?
    Thaks in advance!
    Last edited by tatianaliu; 08-17-2011, 10:55 PM.
  • tatianaliu
    Junior Member
    • Jun 2011
    • 2

    #2
    dose anybody how that?

    Comment

    • OTU
      Member
      • May 2013
      • 44

      #3
      I have the same error!
      Anybody knows the decision?

      Comment

      • SES
        Senior Member
        • Mar 2010
        • 275

        #4
        I don't think this is an error. As I recall, this is the final thing velveth always prints before it finishes.

        Comment

        • OTU
          Member
          • May 2013
          • 44

          #5
          Ok, Thanks!

          So, then, when I ran velvetg on the output info, I got at the end an empty velvet_asm.afg file.
          What can be the reason for this?

          Comment

          • SES
            Senior Member
            • Mar 2010
            • 275

            #6
            Originally posted by OTU View Post
            Ok, Thanks!

            So, then, when I ran velvetg on the output info, I got at the end an empty velvet_asm.afg file.
            What can be the reason for this?
            It is difficult to say, we will probably have to see the commands to try and figure out what went wrong. I can try to locate some velvet logs and see if this message is indeed expected.

            Comment

            • mastal
              Senior Member
              • Mar 2009
              • 666

              #7
              As mentioned by SES, 'Destroying splay table' is not an error message,
              it is one of the normal lines of output you get from velvet as it is completing a run.

              Velveth should produce 3 files if it runs successfully - Log, Roadmaps, and Sequences.

              If your .afg file is empty, it may be that your assembly didn't produce any contigs longer than the default cutoff size.

              If the .afg file is empty, is the contigs.fa file also empty?

              What are the commands you used to run velveth and velvetg, and what is the last line in the Log file (this has the assembly metrics) after running velvetg?

              Comment

              • OTU
                Member
                • May 2013
                • 44

                #8
                Ok, so the contigs.fa is 11 Mb.
                The commands for velveth and velvetg were:
                /velveth velvetTM7 31 -shortPaired -fastq /home/annet/Sdata/merged8.fastq \
                < /home/annet/Sdata/merged8.fastq ;

                /velvetg velvetTM7 -exp_cov auto -cov_cutoff auto -read_trkg yes -amos_file yes \

                Comment

                • OTU
                  Member
                  • May 2013
                  • 44

                  #9
                  And the last line of the Log file was:


                  Median coverage depth = 1.036364
                  Final graph has 548010 nodes and n50 of 47, max 3601, total 9364237, using 503532/1832674 reads

                  Eah, seems like N50 is really tooo small

                  Comment

                  • swbarnes2
                    Senior Member
                    • May 2008
                    • 910

                    #10
                    Yes, the others are right...Velvet ran with no errors, but it failed to build contigs.

                    So either your coverage is way too low, or your reads are very error prone, or you've got some kind of artifact messing things up.

                    On thing I like to do to troubleshoot is to look at what are the most abundant reads. You can do that with samtools and unix commands:

                    Code:
                    samtools view mybam.bam | cut -f 10 | sort | uniq -c | sort -nr > read_count.txt
                    It's a reality check of what's really in your samples. So if your sample is really full of adaptor, or some other kind of artifact, you are likely to see that.

                    Comment

                    • OTU
                      Member
                      • May 2013
                      • 44

                      #11
                      Hm....
                      But there are no .bam files to run on samtools...
                      Do I need to proceed my reads on other program prior?

                      Comment

                      Latest Articles

                      Collapse

                      • 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
                        ...
                        Today, 11:48 AM
                      • 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

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by SEQadmin2, Today, 11:10 AM
                      0 responses
                      7 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 07-13-2026, 10:26 AM
                      0 responses
                      29 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 07-09-2026, 10:04 AM
                      0 responses
                      38 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 07-08-2026, 10:08 AM
                      0 responses
                      25 views
                      0 reactions
                      Last Post SEQadmin2  
                      Working...