Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #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


    • #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


      • #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


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

          Comment


          • #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


            • #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


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

                Comment


                • #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


                  • #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

                    • seqadmin
                      Recent Advances in Sequencing Analysis Tools
                      by seqadmin


                      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                      Today, 07:48 AM
                    • seqadmin
                      Essential Discoveries and Tools in Epitranscriptomics
                      by seqadmin




                      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                      04-22-2024, 07:01 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by seqadmin, Today, 07:17 AM
                    0 responses
                    11 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 05-02-2024, 08:06 AM
                    0 responses
                    19 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 04-30-2024, 12:17 PM
                    0 responses
                    20 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 04-29-2024, 10:49 AM
                    0 responses
                    28 views
                    0 likes
                    Last Post seqadmin  
                    Working...
                    X