Unconfigured Ad

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

                    • 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
                      ...
                      Today, 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, Today, 02:55 AM
                    0 responses
                    7 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-24-2026, 12:17 PM
                    0 responses
                    12 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-23-2026, 11:41 AM
                    0 responses
                    12 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-20-2026, 11:10 AM
                    0 responses
                    24 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...