Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • strob
    Member
    • Nov 2008
    • 84

    velvet test

    Dear all,

    I just received 1 Flow cell of illumina plant sequencing data (75bp PE reads, ~2 X 26 million reads/lane). As we don't have in most cases a reference sequence available, I will have to do some de novo assembly.
    I started doing some tests using velvet. First I did an assembly on 1 lane, next I combined 2 lanes. In att you can see the virtual memory that was used during this process (I only show the velvetg part as this was the hardest to do) (horizontal you see the time needed, vertical you have the G of RAM needed). As you can see, the more datasets you combine, the more memory that you need (additive). As I have 14 sets to combine, I will never be able to perform this assembly using velvet (2 lanes already required 91G of RAM).

    My questions:
    - is there an other way to use velvet (to reduce this memory issue)?
    - Are there other (well performing) assembly tools that use less memory? (I tested the CLCBio assembly tool and this one requires much less memory. But, this is of course a commercial tool)
    - All suggestions are welcome

    Thanks

    Steven
    Attached Files
  • wangchy
    Junior Member
    • Mar 2010
    • 3

    #2
    What kind of data are you working, transcriptome or random genome sequencing.

    Comment

    • strob
      Member
      • Nov 2008
      • 84

      #3
      genome sequencing

      Comment

      • Jonathan
        Member
        • Jun 2009
        • 36

        #4
        Well, you could potentially denovo each lane on its own,
        and then add the contigs as 'long' sequence type for subsequent runs;

        Just an idea, I'd yet have to try it myself;
        Only problem I see: You loose coverage information for resolving 'bubbles';
        I'm not sure how exactly 'long' type sequence data is handled in the velvet algorithm...

        best
        -Jonathan

        Comment

        • jvhaarst
          Member
          • Sep 2008
          • 14

          #5
          Curtain

          You could give Curtain a try.
          From the wiki:
          Curtain is a Java wrapper around next-generation assemblers such as Velvet which allows the incremental introduction of read-pair information into the assembly process. This enables the assembly of larger genomes than would otherwise be possible within existing memory constraints.

          Comment

          • Haneko
            Member
            • Jan 2010
            • 36

            #6
            Hi,

            I'm also trying out velvet with Illumina paired-end reads. A few problems I'm facing right now:

            1. What should the input be like? I have read 1 and read 2 for the paired-end reads. Do I combine them into one file?

            2. How do I run velvetg? The manual states that if insert size is not specified it will attempt to measure it for me. If that's the case do I still need to put -ins_length in my command? I do not know both the expected coverage and the insert size.

            3. While testing, I can't seem to direct the console output of velvet into any file. So for example:
            velvetg velvet_data/ -exp_cov auto -min_contig_lgth 100 &> velvetg.out

            This give no output whatsoever in the velvetg.out file, neither on the console.

            Comment

            • Jonathan
              Member
              • Jun 2009
              • 36

              #7
              Originally posted by Haneko View Post
              1. What should the input be like? I have read 1 and read 2 for the paired-end reads. Do I combine them into one file?
              If you had read the manual, you'd know:
              Velvet expects paired-end data to be in an interleaved format;
              aka
              read1
              read1pe
              read2
              read2pe
              ....

              There's a tool/script for this shipped with velvet.

              Originally posted by Haneko View Post
              2. How do I run velvetg? The manual states that if insert size is not specified it will attempt to measure it for me. If that's the case do I still need to put -ins_length in my command? I do not know both the expected coverage and the insert size.
              a) Expected coverage can be left for velvet with the '-exp_cov auto' switch.
              b) Insert size is (usually - unless you have some other library prep) 200bp, +/- 10%; 10% is what velvet uses as default afair, just set the 200 and see if it works out.

              Originally posted by Haneko View Post
              3. While testing, I can't seem to direct the console output of velvet into any file. So for example:
              velvetg velvet_data/ -exp_cov auto -min_contig_lgth 100 &> velvetg.out

              This give no output whatsoever in the velvetg.out file, neither on the console.
              Hm. Have you tried getting the different channels?
              It works on my end:
              velvetg velvet_data/ -exp_cov auto -min_contig_lgth 100 2> velvetg.err.out 1> velvetg.std.out

              Best
              -Jonathan

              Comment

              • Haneko
                Member
                • Jan 2010
                • 36

                #8
                Thanks! I think the '&' somehow couldn't work the usual way it did. don't know why though.

                Comment

                • francesco.vezzi
                  Member
                  • Jan 2009
                  • 50

                  #9
                  Hi
                  I think that the best way to deal with this huge amount of data is use one between SOAPdenovo and ABySS. With them I'm able to assembly 16 illumina lanes with less then 80Giga ram memory.


                  Francesco

                  Comment

                  • isharon
                    Junior Member
                    • Feb 2010
                    • 4

                    #10
                    Hi Francesco,

                    Could you please provide a time estimate regarding how long it took you? Also some more details about the genome size etc would be great. I need to assemble 6 Illumina lanes and was wondering whether SOAPDenovo would be a reasonable choice for that.

                    Comment

                    • francesco.vezzi
                      Member
                      • Jan 2009
                      • 50

                      #11
                      I'm assembling a grapevine clone. The reference genome length is 400MB. SOAPdenovo is divided in several step. The read correction takes approximately 1 day. The denovo step takes 5 hours while the scaffolding step takes half day... I'm working on a server with 120Giga of RAM and 8 CPU. The ram peak is more or less 60Giga.
                      Abyss takes 7-8 hours using 8 machines with 8 CPU each and with 30 Giga of ram each.

                      The moral is: a lot of ram and a lot of CPU and wait

                      Hope this can help

                      Francesco

                      Comment

                      Latest Articles

                      Collapse

                      • SEQadmin2
                        Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                        by SEQadmin2


                        I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                        Here are nine questions we think about, in roughly the order they matter, before...
                        06-18-2026, 07:11 AM
                      • SEQadmin2
                        From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                        by SEQadmin2


                        Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                        The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                        ...
                        06-02-2026, 10:05 AM

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by SEQadmin2, 06-26-2026, 11:10 AM
                      0 responses
                      12 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 06-17-2026, 06:09 AM
                      0 responses
                      46 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 06-09-2026, 11:58 AM
                      0 responses
                      106 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 06-05-2026, 10:09 AM
                      0 responses
                      125 views
                      0 reactions
                      Last Post SEQadmin2  
                      Working...