Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • tonybolger
    Senior Member
    • Feb 2010
    • 156

    #16
    Originally posted by dawe View Post
    Agree. Also, the bottleneck will always be I/O.
    Not sure what kind of processing you're doing, but for most sequencing stuff, it would appear that IO shouldn't be the bottleneck, at least until you're into large scale clusters / grids.

    If you're disk throughput bound, add spindles. If it's disk IOPS, SSDs make a massive difference (and IOPS-bound data tends to be relatively small). If it's networking, go 10Gbit.

    Comment

    • lh3
      Senior Member
      • Feb 2008
      • 686

      #17
      Originally posted by tonybolger View Post
      I suspect the 80:20 rule (or more like 99:1 rule) will be the saviour here - you don't need to optimize the performance of all the code, just the key nasty part that takes up the vast majority of the execution time.
      For all BWT-based mappers, "the key nasty part" is to count the occurrences in BWT. This may take 80% CPU time. For BWA, another nasty part is to maintain a priority queue used by BFS.

      Comment

      • rskr
        Senior Member
        • Oct 2010
        • 249

        #18
        I think the problem is that GPU's don't scale very well, and consume too much electricity. IE most people who do bioinformatics have access to a cluster, and seldom is it cost effective to enable GPU's on a cluster even when the cluster motherboards come with them installed, since the GPU will use much more power than the CPU itself, and for relatively little benefit, and for the most part alignment jobs are embarrassingly parallel, so they scale with well with the number of processors that are added.

        GPU's are for kids and noobs, IMO.

        Comment

        • gregg.tehennepe
          Junior Member
          • Oct 2008
          • 1

          #19
          BGI is reporting substantial speed ups from their GPU-enabled aligner and SNP detector.

          Comment

          • rskr
            Senior Member
            • Oct 2010
            • 249

            #20
            Originally posted by gregg.tehennepe View Post
            BGI is reporting substantial speed ups from their GPU-enabled aligner and SNP detector.

            See there it takes a whole compute farm of GPU's and it still takes six hours, and probably uses more watts too.

            Comment

            • adaptivegenome
              Super Moderator
              • Nov 2009
              • 436

              #21
              Originally posted by dukzilla View Post
              Thanks Nils. I thought there was a standard such as OpenGL or CUDA that would be cross platform/GPU cards so that such code may be portable across GPUs.

              @Richard, does this mean than increasing RAM has more realized improvements than optimized/parallelized code?
              There is a standard. It is OpenCL and most hardware and operating systems support it. In fact MacOSX is built using OpenCL. While universal, the trouble with OpenCL is that it is not as fast as hardware optimized technologies such as CUDA.

              I personally am a fan of OpenCL and I believe even the new processors such as Knights Corner will utilize OpenCL to farm threads to the coprocessor.

              Comment

              • ymc
                Senior Member
                • Mar 2010
                • 496

                #22
                icic. Looks like it is not yet the right time to buy a 3GB GTX 580

                Comment

                • colindaven
                  Senior Member
                  • Oct 2008
                  • 417

                  #23
                  Those interested could also have a look at

                  MummerGPU
                  Download MUMmerGPU for free. MUMmerGPU is a high-throughput DNA sequence alignment program that runs on nVidia G80-class GPUs. It aligns sequences in parallel on the video card to accelerate the widely used serial CPU program MUMmer.


                  SARUMAN short read mapper

                  Comment

                  • brianlamx
                    Member
                    • Jun 2009
                    • 20

                    #24
                    You can use a 3GB GTX 580 with BarraCUDA, other than that you just need a standard workstation with 4GB RAM and some disk space.

                    Comment

                    Latest Articles

                    Collapse

                    • GATTACAT
                      Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                      by GATTACAT
                      Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                      07-01-2026, 11:43 AM
                    • 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

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by SEQadmin2, 07-02-2026, 11:08 AM
                    0 responses
                    10 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-30-2026, 05:37 AM
                    0 responses
                    13 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-26-2026, 11:10 AM
                    0 responses
                    20 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-17-2026, 06:09 AM
                    0 responses
                    54 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...