Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • pmart1
    Junior Member
    • Jun 2014
    • 8

    illumina 454 de novo hybrid

    Hi all,

    I am currently trying to assemble a 5mb bacterial genome. I have 43bp single end reads from an Illumina Genome Analyzer IIx and 500bp double end reads from a Roche 454 GS FLX and was wondering if anyone had any luck with hybrid de novo assembly for these library types. I have read that putting the illumina data into velvet, using EMBOSS to cut the resulting contigs down a bit, and then combining it with the 454 data in Newbler gets decent results but that was two years ago so I didn't know if there was a higher quality pipeline to go with now.

    Thanks
    Last edited by pmart1; 06-30-2014, 01:35 PM.
  • martin2
    Member
    • Nov 2010
    • 42

    #2
    Use mira assembler and make sure you feed it with untrimmed Illumina reads (do not do quality trimming on your own). It will remove Illumina adapters on its own. Regarding 454 data ... I cannot recommend any good adapter removal tool for it, except the one I wrote.

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

      #3
      Originally posted by martin2 View Post
      I cannot recommend any good adapter removal tool for it, except the one I wrote.
      Share the code then

      Comment

      • pmart1
        Junior Member
        • Jun 2014
        • 8

        #4
        Thank you for the suggestion, Martin! I will have to try that. I've never used MIRA before. Also, would you be able to share your code for the 454 trimming?

        Comment

        • martin2
          Member
          • Nov 2010
          • 42

          #5
          Hi, it happened I did all the development on my own so currently I only offer a data cleanup as a service (or even assembly). It is not only the code (28k lines of python code) but also a collection of artefacts which I found more 'manually' than by any 'computer-based' approach. They are not so abundant in one dataset while maybe you hit them in some other later on ...

          I am a molecular biologist and with some datasets (transcriptomes) I had a lot of fun while looking for the restrictions sites, ligation results, and namely tried to come up with an answer how they emerged and how to generalize queries for them. To date I developed/tested it on 2227 datasets, better not counting how many times I re-calculated all of them from scratch once I realized something has been escaping me to date. ( You wouldn't believe that I am still finding datasets produced by yet another lab protocol with yet another batch of primers/adapters and associated issues.

          It even works on at least some WGS IonTorrent datasets as the lab protocols are just same. If I am not mistaken it was started by people who left 454 so some ideas and issues are common to both.

          Unfortunately, I cannot share the code or even the queries. You can find URL in my Profile.

          --
          For your particular case, I think it is better to get more sequencing data, the 43bp are too short these days and I doubt it is worth the efforts.

          Comment

          • martin2
            Member
            • Nov 2010
            • 42

            #6
            > ... and 250bp double end reads from a Roche 454 GS FLX ...

            What do you have? Isn't this Illumina instead?

            Comment

            • pmart1
              Junior Member
              • Jun 2014
              • 8

              #7
              Pardon me, the 454 is 500bp double ended. I'm actually an intern in a lab and all of this (including linux) is extremely new to me.

              Comment

              • martin2
                Member
                • Nov 2010
                • 42

                #8
                That sounds like Illumina mate-pair protocol. What is the name of the file and what is the first entry or two in it?

                Comment

                • pmart1
                  Junior Member
                  • Jun 2014
                  • 8

                  #9
                  The libraries are from an old strain that perished in a power outage so we cannot run any further sequencing.

                  Comment

                  • pmart1
                    Junior Member
                    • Jun 2014
                    • 8

                    #10
                    (Strain name).sff. I'm not sure how to open it.

                    Comment

                    • martin2
                      Member
                      • Nov 2010
                      • 42

                      #11
                      sffinfo (Strain name).sff | head -n 100

                      Comment

                      • pmart1
                        Junior Member
                        • Jun 2014
                        • 8

                        #12
                        Magic Number: 0x2E736666
                        Version: 0001
                        Index Offset: 551942992
                        Index Length: 4131866
                        # of Reads: 206557
                        Header Length: 840
                        Key Length: 4
                        # of Flows: 800
                        Flowgram Code: 1
                        Flow Chars: (sequence data)
                        Key Sequence: TCAG

                        >(Strain name)
                        Run Prefix:
                        Region #:
                        XY Location:

                        Run Name:
                        Analysis Name:


                        Thank you so much for the patience and help.

                        Comment

                        • martin2
                          Member
                          • Nov 2010
                          • 42

                          #13
                          OK, so this is likely Titanium sequencing, General Library Preparation protocol or Amplicon/paired-end ..., so read length up to 500nt. The best would be to feed it into newbler:

                          runAssembly -o (Strain name) -mi 90 -ml 80 -consed -scaffold -cpu 2 (Strain name).sff GAIIxdata.fastq



                          For non-Roche assemblers you have to go with:

                          sffinfo -s (Strain name).sff > (Strain name).fasta
                          sffinfo -q (Strain name).sff > (Strain name).fasta.qual
                          Last edited by martin2; 06-30-2014, 02:31 PM. Reason: Typo

                          Comment

                          • pmart1
                            Junior Member
                            • Jun 2014
                            • 8

                            #14
                            I do have Newbler on my other computer. When I get home, I will run it and post the results. Thank you very much for all of your help! It is very appreciated.

                            Comment

                            • pmart1
                              Junior Member
                              • Jun 2014
                              • 8

                              #15
                              I was able to run it and these were the resulting metrics.

                              scaffoldMetrics
                              numberOfScaffolds = 51;
                              numberOfBases = 145548;
                              avgScaffoldSize = 2853;
                              N50ScaffoldSize = 2594, 19;
                              largestScaffoldSize = 12532;
                              numberOfScaffoldContigs = 51;
                              numberOfScaffoldContigBases = 145548;
                              avgScaffoldContigSize = 2853;
                              N50ScaffoldContigSize = 2594, 19;
                              largestScaffoldContigSize = 12532;
                              scaffoldEndMetrics
                              NoEdges = 97, 95.1%;
                              OneEdge = 1, 1.0%;
                              TwoEdges = 4, 3.9%;
                              ManyEdges = 0, 0.0%;
                              scaffoldGapMetrics
                              BothNoEdges = 0, 0.0%;
                              OneNoEdges = 0, 0.0%;
                              BothOneEdge = 0, 0.0%;
                              MultiEdges = 0, 0.0%;
                              largeContigMetrics
                              numberOfContigs = 2050;
                              numberOfBases = 1802379;
                              avgContigSize = 879;
                              N50ContigSize = 888;
                              largestContigSize = 12532;
                              Q40PlusBases = 1705911, 94.65%;
                              Q39MinusBases = 96468, 5.35%;
                              largeContigEndMetrics
                              NoEdges = 4052, 98.8%;
                              OneEdge = 29, 0.7%;
                              TwoEdges = 16, 0.4%;
                              ManyEdges = 3, 0.1%;
                              allContigMetrics
                              numberOfContigs = 4866;
                              numberOfBases = 2738478;

                              Comment

                              Latest Articles

                              Collapse

                              • mylaser
                                Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                                by mylaser
                                Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
                                If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
                                This guide explains everything you need to know about...
                                Yesterday, 01:13 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, 07-09-2026, 10:04 AM
                              0 responses
                              19 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-08-2026, 10:08 AM
                              0 responses
                              11 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-07-2026, 11:05 AM
                              0 responses
                              28 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-02-2026, 11:08 AM
                              0 responses
                              31 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...