Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • desaila
    Junior Member
    • Oct 2010
    • 7

    yet another framework?

    Anyone who follows the web technologies is very familiar with the # of web frameworks there are, and the ever increasing number of them.

    I was pretty excited when I saw the announcement, but was quickly disappointed to find out this doesn't do much, if anything, beyond what Picard and GATK already provide.

    What are the advantages of using this framework over using Picard and GATK with BioJava? Development time will be faster in that scenario, there is more documentation, and they have a more liberal license (for now) for commercial users.
  • zee
    NGS specialist
    • Apr 2008
    • 249

    #2
    This is a good point. How does openge make it easier us to run good genomics workflows. Perhaps an easyrun function for exome, RNASeq,etc, analysis will be a great thing to have in this system.

    desaila, I think the current version of openge will provide some enhanced functions for doing thing with alignments, etc, since it is written in C.

    Anybody else care to comment?

    Comment

    • oiiio
      Senior Member
      • Jan 2011
      • 105

      #3
      @desaila, i'd like to chime in on your thread here, which is a good distinguishment question-

      While there is overlap in the ultimate goals of Picard/GATK and the openge framework, as zee mentioned there are great differences in functionality. In terms of HPC, the openge binaries that were released are much more suited for parallelized performance (both CPU and GPU) in all of its available tools, and can also stream data similar to samtools and many our other favourite programs. Not mention that as a C program, the hassle of matching java versions is gone (for example, between your cluster nodes and your workspace), and can be opened on all 'nix distros with minimal worry.

      Aside from performance and command line usability, there is also the workflow creation aspect of openge. Although still in development, an example of its use would be that a user could potentially put together a workflow for a specific type of genomic data that he has, and share it via some kind of devblog or SEQanswers thread with others who may need the exact same thing - saving this subset of analysts many hours. The openge 'wrapped' workflow would then be able to execute on these different machines without trouble. Not to mention advantages of using the openge wrappers, such as automated error handling, and other features of an appealing workflow manager.

      Hopefully this can clear up your separation of the Picard/GATK and openge. You are also correct that there is more documentation, etc. but openge should be given its chance to grow as well It is a concept that has its own HPC functionality, but also a big potential for carrying a community.

      Comment

      • desaila
        Junior Member
        • Oct 2010
        • 7

        #4
        @oiiio
        What I don't understand, in your reply is how is OpenGE differentiating itself in it's parallelization model? GATK uses map/reduce and scales with the # of cpu's you have. It looks like this does the same thing by actually porting that functionality from GATK.

        Let me clarify and say that I'm not trying to be pessimistic, and that I'm completely in support of this framework -- especially if they open up the commercial side of their license. However, it realistically does nothing that GATK and Picard don't already do. You can create workflows and things in GATK/Picard too.

        Here's where I'm optimistic: the fact that Nvidia is touting this as a compute solution is implying that there will be cuda/openCL elements in the future and _that_ is certainly something GATK will not have.

        Comment

        • adaptivegenome
          Super Moderator
          • Nov 2009
          • 436

          #5
          Originally posted by desaila View Post
          @oiiio
          What I don't understand, in your reply is how is OpenGE differentiating itself in it's parallelization model? GATK uses map/reduce and scales with the # of cpu's you have. It looks like this does the same thing by actually porting that functionality from GATK.
          I would encourage you to take a look at the code. It appears you have posted only twice to SEQanswers prior to posting this thread. So, I have no way to gauge your technical level but I think you are misunderstanding the implementation. OpenGE implements multithreading that takes advantage of newer CPUs (and GPUs) that have lots of cores. This is not something that is ported from GATK and it is not map/reduce.

          The comparisons to GATK and other tools are inevitable. It's an easy question to ask. We have no interest in replacing or competing with GATK or other tools though. We are looking to complement existing tools, but our primary focus or interest is:

          (1) High performance code that maximizes compute power than be utilized on commodity hardware, compute nodes, etc.

          (2) A workflow to integrate OpenGE with other tools (and vice versa). Here I can't say too much more (because I do not want to sell you on tales of the future) but the idea is to build graphical and sharable analysis pipelines. And I do not mean scripts. I mean fully managed workflows that track progress, detect and correct errors, etc.

          I again encourage you to check out the code, follow the forum and give the code a chance if you want. Furthermore, we would welcome your thoughts and everyone else's on how to decide upon and prioritize future features.

          Comment

          • desaila
            Junior Member
            • Oct 2010
            • 7

            #6
            Originally posted by genericforms View Post
            I would encourage you to take a look at the code. It appears you have posted only twice to SEQanswers prior to posting this thread. So, I have no way to gauge your technical level but I think you are misunderstanding the implementation. OpenGE implements multithreading that takes advantage of newer CPUs (and GPUs) that have lots of cores. This is not something that is ported from GATK and it is not map/reduce.
            https://github.com/adaptivegenome/op...thm_module.cpp and the .h

            Correct me if I'm wrong, but inheriting classes of AlgorithmModule are simply asynchronous threads, or they might use a ThreadPool -- but browsing through the code it seems like the only thing that uses the ThreadPools is the read_sorter.{h, cpp}

            So, asynchronous threads on a single box is the breakthrough here? If that's the case, GATK scales to the same levels as OpenGE does right now. Clearly that will change once this starts using CUDA.

            Comment

            • adaptivegenome
              Super Moderator
              • Nov 2009
              • 436

              #7
              Originally posted by desaila View Post
              So, asynchronous threads on a single box is the breakthrough here? If that's the case, GATK scales to the same levels as OpenGE does right now. Clearly that will change once this starts using CUDA.
              I hope that future releases impress you more

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                by SEQadmin2


                Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                ...
                Yesterday, 10:05 AM
              • SEQadmin2
                Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
                by SEQadmin2


                With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


                Introduction

                Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
                05-22-2026, 06:42 AM
              • SEQadmin2
                Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
                by SEQadmin2

                Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


                Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
                05-06-2026, 09:04 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Yesterday, 12:03 PM
              0 responses
              19 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, Yesterday, 11:40 AM
              0 responses
              14 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 05-28-2026, 11:40 AM
              0 responses
              29 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 05-26-2026, 10:12 AM
              0 responses
              31 views
              0 reactions
              Last Post SEQadmin2  
              Working...