Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AdrianP
    Senior Member
    • Apr 2011
    • 130

    #1

    Pacbio scaffolding

    I am surprised to not be able to find any scaffolders for pacbio data. I am looking for something that SSPACE does (surprised to see that SSPACE doesn't accept pacbio as input). I have a bunch of contigs generated by velvet, and now I want to link these contigs by using LONG reads, which are pacbio corrected for error.

    Honestly, I tried reading how bambus works, they say that it accepts any input from any assembler but they have made it so complicated......
  • krobison
    Senior Member
    • Nov 2007
    • 734

    #2
    Would PBJelly work?



    "PBJelly is a highly automated pipeline that aligns long sequencing reads (such as PacBio RS reads or long 454 reads in fasta format) to high-confidence draft assembles. PBJelly fills or reduces as many captured gaps as possible to produce upgraded draft genomes. Each step in PBJelly’s workflow can be run on a cluster, thus parallelizing the gap filling process for rapid turn around, even for very large eukaryotic genomes."

    Comment

    • mchaisso
      Member
      • Apr 2008
      • 84

      #3
      Also: A hybrid approach for the automated finishing of bacterial genomes


      PBJelly likely does a better job at getting correct sequences in the gaps, but the hybrid assembler was designed to handle identification of tricky repeat regions and to not misassemble them. The utility may be limited to bacterial sized genomes though.

      A snippet from the paper:
      To produce the hybrid assembly, we first generated a consensus CDC contig set. Given the clonal nature of the CDC isolates (Supplementary Results), we split contigs from the minimal CDC assembly that were inconsistent with the remaining two isolates. If the split resulted in a subcontig of <1 kb in length, the subcontig was eliminated. We input the resulting 97 contigs in this set, along with 94,526 single-molecule reads from the PacBio RS with an average accuracy of 82.9% (Supplementary Fig. 2), into our hybrid assembly pipeline (Supplementary Fig. 3).

      Comment

      • AdrianP
        Senior Member
        • Apr 2011
        • 130

        #4
        The way I understand it, is that pb-jelly closes gaps that already exist "NNNNN", but I am interested in building new contigs, or reducing their number.

        Comment

        • flxlex
          Moderator
          • Nov 2008
          • 412

          #5
          "AHA (A Hybrid Assembler) uses PacBio's exceptionally long reads to improve existing assemblies and fill in gaps." http://www.pacificbiosciences.com/pr...re/algorithms/. I guess part of smrtpipe software...

          Comment

          • AdrianP
            Senior Member
            • Apr 2011
            • 130

            #6
            This is part of SMRT-pipe. Anyone have any idea how to download that package? Never doing pacbio again..... closed source...

            Comment

            • jbingham
              Member
              • Jul 2011
              • 24

              #7
              PacBio's software is all open source, BSD license. See pacbiodevnet.com for downloads and links to GitHub projects.

              Comment

              • AdrianP
                Senior Member
                • Apr 2011
                • 130

                #8
                Originally posted by jbingham View Post
                PacBio's software is all open source, BSD license. See pacbiodevnet.com for downloads and links to GitHub projects.
                Seems you are right. I gave it a shot, and oh my god... why in the world are they doing this. I mean seriously? In order to use one of their tools I need to download a 1 GB file and go through extensive installation instructions outlined here:



                ?

                Can anyone please tell me why don't they just have generic executable for some of their software that is part of that pipeline? Why do I have to spend a day installing this? This should be simpler. Sorry for my rant, I just don't get it.

                I don't want all their fancy tools, I don't need to login via a web interface to see what's up... oh well...

                Comment

                • jbingham
                  Member
                  • Jul 2011
                  • 24

                  #9
                  Maybe the Amazon image is what you need. Nothing to install, just boot up a VM.

                  Agree that it's a big download to get everything. The aligner and variant caller (blasr and quiver) are what you requested: separate installs from GitHub. See pacbiodevnet.com for links on the Compatible Software page.

                  Comment

                  • AdrianP
                    Senior Member
                    • Apr 2011
                    • 130

                    #10
                    Nah dude, it's that what I want:

                    AHA: a hybrid assembler to scaffold existing contigs and fill gaps. Available only in SMRT Analysis. Since v1.0

                    I want to link my contigs with long reads, that are sometimes even 1x in coverage.

                    Comment

                    • jbingham
                      Member
                      • Jul 2011
                      • 24

                      #11
                      In that case, you will need either the Amazon VM or the full install. Sorry!

                      Comment

                      • AdrianP
                        Senior Member
                        • Apr 2011
                        • 130

                        #12
                        Originally posted by jbingham View Post
                        In that case, you will need either the Amazon VM or the full install. Sorry!
                        I will try the Amazon VM, thank you very much for your help!

                        Comment

                        • boetsie
                          Senior Member
                          • Feb 2010
                          • 245

                          #13
                          Originally posted by AdrianP View Post
                          I am surprised to not be able to find any scaffolders for pacbio data. I am looking for something that SSPACE does (surprised to see that SSPACE doesn't accept pacbio as input). I have a bunch of contigs generated by velvet, and now I want to link these contigs by using LONG reads, which are pacbio corrected for error.
                          We at BaseClear (developers of SSPACE) have developed a modified version of SSPACE which accepts PacBio long reads. The method gives very nice results, but at this moment we offer this only as an internal service since the algorithm itself is still in a testing phase. Official release might follow later this year, but has not been decided yet. If you are interested in BaseClear's assembly-service please write to [email protected]

                          Kind Regards,
                          Boetsie

                          Comment

                          • AdrianP
                            Senior Member
                            • Apr 2011
                            • 130

                            #14
                            Originally posted by boetsie View Post
                            We at BaseClear (developers of SSPACE) have developed a modified version of SSPACE which accepts PacBio long reads. The method gives very nice results, but at this moment we offer this only as an internal service since the algorithm itself is still in a testing phase. Official release might follow later this year, but has not been decided yet. If you are interested in BaseClear's assembly-service please write to [email protected]

                            Kind Regards,
                            Boetsie
                            I am aware of SSPACE and I used it on a different genome project that is still in process and I like how it works. I was surprised that it accepts matepairs as input data but not pacbio reads. pacbio reads are similar in the sense that they are long range information but as opposed to mate pairs they have a definite length and would not necessarily fill the gap with NNNN.

                            Comment

                            • boetsie
                              Senior Member
                              • Feb 2010
                              • 245

                              #15
                              Originally posted by AdrianP View Post
                              I am aware of SSPACE and I used it on a different genome project that is still in process and I like how it works. I was surprised that it accepts matepairs as input data but not pacbio reads. pacbio reads are similar in the sense that they are long range information but as opposed to mate pairs they have a definite length and would not necessarily fill the gap with NNNN.
                              Well, in general they are the same. But the type of data is rather different. I think you should be well aware of the fact that PacBio has a high error rate, which makes it difficult for the alignment process since it leads to false positive alignments. This can of course result into erroneous scaffolds.
                              In addition, since the alignment is based on the whole PacBio read, the pacbio read can contain multiple contigs on a single read, while the matepair spans at most two contigs. Because of this, the algorithm for SSPACE should be changed and that's why the addition of PacBio reads is not so simple as you think.

                              For now, you can ofcourse make 'fake' paired-reads of the pacbio reads and put these into SSPACE.

                              Regards,
                              Boetsie

                              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
                              • 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

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, 08-03-2026, 10:13 AM
                              0 responses
                              15 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-31-2026, 02:55 AM
                              0 responses
                              32 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-24-2026, 12:17 PM
                              0 responses
                              23 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-23-2026, 11:41 AM
                              0 responses
                              21 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...