Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marcowanger
    Senior Member
    • Dec 2008
    • 273

    #31
    We have purchased Novoalign and buying GTX690 possibily. Hopefully we can test if SOAP3 really outperforms BWA and Novoalign

    Originally posted by genericforms View Post
    Novoalign is pretty quick but it costs money and is not open-source so it is understandable that not everyone wants to use it.

    Anyways, I think most of us agree in general on this debate, however we just don't have enough information about speed and accuracy to decide if it is worth using SOAP3. Hopefully this will change soon
    Marco

    Comment

    • adaptivegenome
      Super Moderator
      • Nov 2009
      • 436

      #32
      Originally posted by marcowanger View Post
      We have purchased Novoalign and buying GTX690 possibily. Hopefully we can test if SOAP3 really outperforms BWA and Novoalign
      Post results! I do use BWA and Novoalign but I have not tried SOAP3. Did you try any of the BWA-based GPU mappers? Like Barracuda? That might also be a good comparison for SOAP3... both on speed and accuracy.

      Comment

      • colindaven
        Senior Member
        • Oct 2008
        • 417

        #33
        According to what I have seen so far many GPU mappers seem to have serious problems, i.e. not producing SAM output. Also, this rather sceptical but also very insightful piece on the CPU/GPU debate provides some food for thought, whichever side of the fence you're on.

        Modern graphics processors (GPUs) deliver considerably more brute force computational power than traditional processors (CPUs). With NVIDIA’s launch of CUDA, general purpose GPU computing has…

        Comment

        • marcowanger
          Senior Member
          • Dec 2008
          • 273

          #34
          Originally posted by genericforms View Post
          Post results! I do use BWA and Novoalign but I have not tried SOAP3. Did you try any of the BWA-based GPU mappers? Like Barracuda? That might also be a good comparison for SOAP3... both on speed and accuracy.
          Will do when I have access the the licence and the GPU with new server

          Have been BWAing for 6 weeks for a project...I also hope to do some GPU mapping ....
          Marco

          Comment

          • ymc
            Senior Member
            • Mar 2010
            • 496

            #35
            Originally posted by marcowanger View Post
            We have purchased Novoalign and buying GTX690 possibily. Hopefully we can test if SOAP3 really outperforms BWA and Novoalign
            Based on my understanding of SOAP3's documentation, you need at least 3GB per GPU to run SOAP3. The only GeForce cards can do that now are GTX580 3GB and GTX680 4GB.

            Comment

            • xied75
              Senior Member
              • Feb 2012
              • 129

              #36
              Originally posted by colindaven View Post
              According to what I have seen so far many GPU mappers seem to have serious problems, i.e. not producing SAM output. Also, this rather sceptical but also very insightful piece on the CPU/GPU debate provides some food for thought, whichever side of the fence you're on.

              https://larsjuhljensen.wordpress.com...uting-fallacy/
              Thanks for this link, that's exactly what I was trying to say.

              Here some links from me:

              Nvidia isn't happy with what it sees as the free pass Intel's upcoming Many Integrated Core (MIC) architecture has gotten on the software front, and it's taken to the blogosphere to challenge it. The post begins with a lengthy discussion of what Nvidia is calling its 'hybrid architecture,' in which a CPU and GPU get together for great fun...


              World’s biggest CPU manufacturer, Intel, has its people making waves and raising expectations in anticipation of the arrival of the...


              Another link a bit deep into the programming side:

              Comment

              • lh3
                Senior Member
                • Feb 2008
                • 686

                #37
                Originally posted by ymc View Post
                Based on my understanding of SOAP3's documentation, you need at least 3GB per GPU to run SOAP3. The only GeForce cards can do that now are GTX580 3GB and GTX680 4GB.
                Maybe they want to put the FM-index on the graphical card? (don't know) BTW, GTX690 does have 4GB memory:

                http://videocardz.com/nvidia/geforce...eforce-gtx-690

                Comment

                • lh3
                  Senior Member
                  • Feb 2008
                  • 686

                  #38
                  Originally posted by xied75 View Post
                  Thanks for this link, that's exactly what I was trying to say.

                  Here some links from me:

                  Nvidia isn't happy with what it sees as the free pass Intel's upcoming Many Integrated Core (MIC) architecture has gotten on the software front, and it's taken to the blogosphere to challenge it. The post begins with a lengthy discussion of what Nvidia is calling its 'hybrid architecture,' in which a CPU and GPU get together for great fun...


                  http://www.dannzfay.com/2012/04/inte...hitecture.html
                  Thanks. I wonder if those 50 cores are symmetric. If they are non-symmetric, most existing algorithms will not have the full power. Honestly, I am not so interested in GFLOPS. GPU certainly has much better GFLOPS, but if we cannot achieve that performance for our tasks, talking about GFLOPS does not help much.

                  Comment

                  • nilshomer
                    Nils Homer
                    • Nov 2008
                    • 1283

                    #39
                    Originally posted by lh3 View Post
                    Maybe they want to put the FM-index on the graphical card? (don't know) BTW, GTX690 does have 4GB memory:

                    http://videocardz.com/nvidia/geforce...eforce-gtx-690
                    Random memory access is expensive on the GPU, and so algorithms have to be modified to limit the access and reduce any heaps/stacks. For example, the GPU version of BWA uses DFS to simulate the BFS in the short-read algorithm.

                    Comment

                    • xied75
                      Senior Member
                      • Feb 2012
                      • 129

                      #40
                      On wikipedia the description on code name Knights Ferry "In the Aubrey Isle core a 1,024-bit ring bus (512-bit bi-directional) connects processors to main memory." Thus this is a SMP system.

                      On Intel http://software.intel.com/en-us/blog...cture-support/ it says "SMP on a chip".

                      And here is the software stack. http://software.intel.com/en-us/blog...oftware-stack/

                      Comment

                      • ymc
                        Senior Member
                        • Mar 2010
                        • 496

                        #41
                        Originally posted by lh3 View Post
                        Maybe they want to put the FM-index on the graphical card? (don't know) BTW, GTX690 does have 4GB memory:

                        http://videocardz.com/nvidia/geforce...eforce-gtx-690
                        But it has two GK104 GPUs and it is 2GB per GPU. From CUDA's point of view, they are two devices with 2GB each. They have two different address spaces.

                        Comment

                        • sparks
                          Senior Member
                          • Mar 2008
                          • 126

                          #42
                          Intil Xeon Phi

                          Originally posted by lh3 View Post
                          Thanks. I wonder if those 50 cores are symmetric. If they are non-symmetric, most existing algorithms will not have the full power. Honestly, I am not so interested in GFLOPS. GPU certainly has much better GFLOPS, but if we cannot achieve that performance for our tasks, talking about GFLOPS does not help much.
                          I think there's some hyperthreading so it will be interesting to see.The coprocessor runs Linux and has MPI so hopefully all we need to change in Novoalign is the SSE routines so it should be an easy port to the Phi. we'll be trying this as soon as possible.

                          Comment

                          • Aqua
                            Junior Member
                            • Jan 2013
                            • 2

                            #43
                            Formal release for SOAP3-dp

                            SOAP3-dp is now formally published in PLoS ONE http://www.plosone.org/article/info%...l.pone.0065632. And the software available at http://i.cs.hku.hk/2bwt-tools/soap3-dp/ is with major bugs fixed and work well with downstream analysis tools.

                            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

                            ad_right_rmr

                            Collapse

                            News

                            Collapse

                            Topics Statistics Last Post
                            Started by SEQadmin2, 08-13-2026, 12:22 PM
                            0 responses
                            29 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 08-11-2026, 10:35 AM
                            0 responses
                            24 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 08-06-2026, 07:41 AM
                            0 responses
                            38 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 08-03-2026, 10:13 AM
                            0 responses
                            51 views
                            0 reactions
                            Last Post SEQadmin2  
                            Working...