Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • henry
    Member
    • Sep 2009
    • 36

    about burrows-wheeler transform

    Hi, guys,

    I'm working on next-generation sequencing data (illumina, and solid). It's said that bwa can run very fast. I've downloaded bwa. But I don't know how to install it. I'm using federa on x64 computer. Is there anyone who could kindly tell me how to install it?

    Can bwa process solid data efficiently? Could you guys give me any suggestion about what software I may use to process solid data of whole human genome? Thank you very much.

    Jing
  • henry
    Member
    • Sep 2009
    • 36

    #2
    sorry, i made a mistake. i was using install commands for maq to install bwa. just enter the bwa file and key in make, it works fine.

    anyway, Can bwa process solid data efficiently? Could you guys give me any suggestion about what software I may use to process solid data of whole human genome? Thank you very much.

    Jing

    Comment

    • nilshomer
      Nils Homer
      • Nov 2008
      • 1283

      #3
      Originally posted by henry View Post
      sorry, i made a mistake. i was using install commands for maq to install bwa. just enter the bwa file and key in make, it works fine.

      anyway, Can bwa process solid data efficiently? Could you guys give me any suggestion about what software I may use to process solid data of whole human genome? Thank you very much.

      Jing
      I would run some quick simulations to convince yourself that bwa can detect what you are looking for, especially SNPs and indels in the presence of errors. Also note that SOLiD data has a higher raw color error rate (up to 10%), whereas BWA says it is suited for <%2 error rates. Anyhow, you are sacrificing something for speed and in my own unpublished simulations it is sensitivity, though BWA is oddly faster for ABI data compared to Illumina data (maybe I am doing something wrong). To my knowledge, simulation tools can be found in any of the following alignment packages: MAQ, BFAST, and SAMtools. Feel free to PM me if you want to discuss further.

      Comment

      • SoftGenetics
        Registered Vendor
        • Apr 2009
        • 36

        #4
        You might wish to try NextGENe which will process Solid and other data and has a modified BWT for whole genome reference, or we can send a BWT reference to you.

        Best

        Comment

        • henry
          Member
          • Sep 2009
          • 36

          #5
          Originally posted by nilshomer View Post
          I would run some quick simulations to convince yourself that bwa can detect what you are looking for, especially SNPs and indels in the presence of errors. Also note that SOLiD data has a higher raw color error rate (up to 10%), whereas BWA says it is suited for <%2 error rates. Anyhow, you are sacrificing something for speed and in my own unpublished simulations it is sensitivity, though BWA is oddly faster for ABI data compared to Illumina data (maybe I am doing something wrong). To my knowledge, simulation tools can be found in any of the following alignment packages: MAQ, BFAST, and SAMtools. Feel free to PM me if you want to discuss further.
          Hi, nilshomer
          Thank you for replying to me. ABI provides a free software named 'CORONALite' to process SOLiD data. I tried using 'CORONALite' to identify SNPs/indels from small model organism genome as a test. It could identify SNPs, but no indels were found. I felt the results were strange.
          Plus CORONALite use PBS to assign work submited to our computer cluster, so the work can be performed on multiple computer nodes. However, some assignment on some node couldn't be finished successfully (I don't know the reason. Maybe many people were competing to use that computer node. I have no idea). Then I had to submit work again and again. CORONALite is not that good.
          I didn't try to process SOLiD data with MAQ. But MAQ claims it can process SOLiD data. BWA is somewhat improved version of MAQ. So I wanna have a try. BWA is suited for process SOLiD data with error rates less than 2%, but SOLiD data has a raw color error rate (up to 10%). So BWA is also not a good option for processing SOLiD data.
          I'm confused that there isn't any good open source software that can be applied to process SOLiD data?
          Thank you very much.

          Jing

          Comment

          • henry
            Member
            • Sep 2009
            • 36

            #6
            Originally posted by SoftGenetics View Post
            You might wish to try NextGENe which will process Solid and other data and has a modified BWT for whole genome reference, or we can send a BWT reference to you.

            Best
            Hi SoftGenetics,
            Thank you very much. I've downloaded BWT references.
            Best
            Jing

            Comment

            • nilshomer
              Nils Homer
              • Nov 2008
              • 1283

              #7
              Originally posted by henry View Post
              Hi, nilshomer
              Thank you for replying to me. ABI provides a free software named 'CORONALite' to process SOLiD data. I tried using 'CORONALite' to identify SNPs/indels from small model organism genome as a test. It could identify SNPs, but no indels were found. I felt the results were strange.
              Plus CORONALite use PBS to assign work submited to our computer cluster, so the work can be performed on multiple computer nodes. However, some assignment on some node couldn't be finished successfully (I don't know the reason. Maybe many people were competing to use that computer node. I have no idea). Then I had to submit work again and again. CORONALite is not that good.
              I didn't try to process SOLiD data with MAQ. But MAQ claims it can process SOLiD data. BWA is somewhat improved version of MAQ. So I wanna have a try. BWA is suited for process SOLiD data with error rates less than 2%, but SOLiD data has a raw color error rate (up to 10%). So BWA is also not a good option for processing SOLiD data.
              I'm confused that there isn't any good open source software that can be applied to process SOLiD data?
              Thank you very much.

              Jing
              Try BFAST (http://bfast.sourceforge.net), which is admittedly my own software. I am the processing NextGene, I will let you know how that goes. I have also evaluated BWA, MAQ, SHRiMP, SOCS, and ZOOM. As per corona-lite, I think there is a "small-indel" tool you can download from the solid software tools website. We have not gotten corona-lite to work in our lab so I feel your pain.

              Comment

              • henry
                Member
                • Sep 2009
                • 36

                #8
                Originally posted by nilshomer View Post
                Try BFAST (http://bfast.sourceforge.net), which is admittedly my own software. I am the processing NextGene, I will let you know how that goes. I have also evaluated BWA, MAQ, SHRiMP, SOCS, and ZOOM. As per corona-lite, I think there is a "small-indel" tool you can download from the solid software tools website. We have not gotten corona-lite to work in our lab so I feel your pain.
                Hi, nilshhomer,
                I've downloaded the software you suggested, and had a glimpse of the manual. I will have a try.
                Btw, you mentioned you evaluated BWA, MAQ, SHRiMP, SOCS, and ZOOM on next-generation data (illumina, solid). Have compared them with BFAST ? If possible, could send me the evaluation results for those tools? Thank you very much!
                Anyway, maybe I will compare the results produced by BAW with those results by BFAST.

                Best

                Jing

                Comment

                • nilshomer
                  Nils Homer
                  • Nov 2008
                  • 1283

                  #9
                  Originally posted by henry View Post
                  Hi, nilshhomer,
                  I've downloaded the software you suggested, and had a glimpse of the manual. I will have a try.
                  Btw, you mentioned you evaluated BWA, MAQ, SHRiMP, SOCS, and ZOOM on next-generation data (illumina, solid). Have compared them with BFAST ? If possible, could send me the evaluation results for those tools? Thank you very much!
                  Anyway, maybe I will compare the results produced by BAW with those results by BFAST.

                  Best

                  Jing
                  It goes without saying that the purpose of the evaluations was to compare other methods to BFAST for SOLiD data. PM me with your email and I will send you a draft.

                  Nils

                  Comment

                  • henry
                    Member
                    • Sep 2009
                    • 36

                    #10
                    Originally posted by nilshomer View Post
                    It goes without saying that the purpose of the evaluations was to compare other methods to BFAST for SOLiD data. PM me with your email and I will send you a draft.

                    Nils
                    hi, nilshhomer,
                    Thank you for your kind help. I will read the draft carefully. My email is [email protected]
                    Best wishes

                    Jing

                    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
                    • SEQadmin2
                      Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
                      by SEQadmin2


                      With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


                      Introduction

                      Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
                      05-22-2026, 06:42 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by SEQadmin2, 06-17-2026, 06:09 AM
                    0 responses
                    23 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-09-2026, 11:58 AM
                    0 responses
                    40 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-05-2026, 10:09 AM
                    0 responses
                    47 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-04-2026, 08:59 AM
                    0 responses
                    49 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...