Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • geschickten
    Member
    • Jul 2009
    • 31

    Parallel Bioinformatics tools

    Can we list all the available ( open source and commercial) parallel (written using MPI / Map Reduce etc) bioinformatics tools. It can include tools that cover both secondary and tertiary analysis i,e from Assembly to Annotation to SNP discover etc. Thank you.
  • kmcarr
    Senior Member
    • May 2008
    • 1181

    #2
    Here is a read mapper using MapReduce/Hadoop:

    Schatz. CloudBurst: highly sensitive read mapping with MapReduce. Bioinformatics (2009) vol. 25 (11) pp. 1363-9

    Comment

    • nilshomer
      Nils Homer
      • Nov 2008
      • 1283

      #3
      Originally posted by geschickten View Post
      Can we list all the available ( open source and commercial) parallel (written using MPI / Map Reduce etc) bioinformatics tools. It can include tools that cover both secondary and tertiary analysis i,e from Assembly to Annotation to SNP discover etc. Thank you.
      Where do I start with this Map Reduce fad and is it as bad as Web 2.0, which is as exciting as my grandmother finding out about the "any key" concept?

      Map Reduce is a simple model that has been implicit in the design and workflow of parallel processes some time. Most short read aligners can be used in a Map Reduce model, and should be included. For example, you split the reads in to N chunks (usually while converting the Illumina/Solid/ect. input files to FASTQ), you run for each chunk in parallel using an instance of the mapping tool (typically implemented in a multithreaded fashion to take advantage of shared memory), and then merge the results (using maq merge or samtools merge etc.). This is clearly obeying the map reduce model. In fact, programs like BFAST actually come with pipeline scripts to operate in such a model using SGE/PBS schedulers.

      Specific computer clusters like hadoop have APIs (say in Java) that help with the map reduce model, but is lacking high performance computing since most code is written in C.

      My 1.5 cents (recession).

      Comment

      • zoudini
        Junior Member
        • Oct 2009
        • 1

        #4
        Yes the MapReduce model in and of itself is nothing new. But the availability of cloud services like AWS EC2 and software like Hadoop have made it that much more accessible to those who aren't C gurus and don't want to deal with the likes of sockets, locks, and other hassles of multithreaded processing. Hadoop can work on much less expensive hardware and can scale a lot more easily (as far as the programmer/end user is concerned). And in the end, if tuned correctly (Hadoop MR is much easier to tune than C code), the ability to scale will outweigh the supposed performance penalty of Java vs. C (which, I might add is a dinosaur of a concept and doesn't hold as true anymore).

        Comment

        • xinwu
          Member
          • Jul 2010
          • 33

          #5
          Have you never heard of Hadoop streaming? Of course Hadoop can interact with programs written in other language including C, Perl, etc.

          Comment

          • krobison
            Senior Member
            • Nov 2007
            • 734

            #6
            BTW, the SEQAnswers software wiki has categories for both MapReduce & Hadoop, so a good way to find tools is to browse there

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Pathogen Surveillance with Advanced Genomic Tools
              by seqadmin




              The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
              Yesterday, 11:48 AM
            • seqadmin
              New Genomics Tools and Methods Shared at AGBT 2025
              by seqadmin


              This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

              The Headliner
              The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
              03-03-2025, 01:39 PM
            • seqadmin
              Investigating the Gut Microbiome Through Diet and Spatial Biology
              by seqadmin




              The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
              02-24-2025, 06:31 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 03-20-2025, 05:03 AM
            0 responses
            26 views
            0 reactions
            Last Post seqadmin  
            Started by seqadmin, 03-19-2025, 07:27 AM
            0 responses
            33 views
            0 reactions
            Last Post seqadmin  
            Started by seqadmin, 03-18-2025, 12:50 PM
            0 responses
            25 views
            0 reactions
            Last Post seqadmin  
            Started by seqadmin, 03-03-2025, 01:15 PM
            0 responses
            190 views
            0 reactions
            Last Post seqadmin  
            Working...