Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Welcome to the Open Genomics Engine Discussion Forum

    Hi all,

    I'm excited to announce that SEQanswers will act as the official discussion host for the Open Genomics Engine project. See the official announcement below:

    The Open Genomics Engine (OpenGE) was developed at Virginia Bioinformatics Institute and Virginia Tech and funded by the NVIDIA Foundation. OpenGE is designed for analyzing and interpreting high-throughput sequencing data. It is freely available to the research community to enable other investigators to build upon the tools and collaboratively advance the fields of genomics and cancer biology.

    David Mittelman, associate professor at the Virginia Bioinformatics Institute and the Department of Biological Sciences at Virginia Tech, will be the project leader for OpenGE. His laboratory will maintain the official OpenGE distribution, as well as ongoing research and development for the project. The bioinformatics lead will be Gareth Highnam and the software development lead will be Lee Baker, both from VBI. Contact Dr. Mittelman and his team to learn more about the effort, contribute, or provide feedback on the project.

    The official OpenGE discussion community is hosted by Eric Olivares at SEQanswers. SEQanswers is the largest online genomics community and is a free and open knowledge-sharing resource for interdisciplinary discussion covering experimental and computational aspects of sequencing and sequencing analysis. SEQanswers has more than 4,000 active members, including developers of many popular genome analysis tools.

    OpenGE is the first project to be funded under Compute the Cure, an initiative of the NVIDIA Foundation to help accelerate cancer researcher in the search for a cure.
    As always, feedback and input are welcome.

    -=Eric

  • #2
    Will this be a frontend to manage a number of different FOSS HTS analysis packages with one program, or a rebuilt chariot for HTS analysis?

    Comment


    • #3
      Hi gringer,

      Certainly one aspect of OpenGE will be the management of analysis pipelines composed of existing tools. Much like the recently released bpipe project, the aim would be to incorporate existing tools into workflows. We want to eventually build a web-based GUI (in development right now) that allows for the dynamic creation of workflows (currently this is implemented at the command line) and we would like it to feature things like: versioning of tools, progress tracking, recovery and restarting from errors, etc.

      Rewriting everyone's code is inefficient and unnecessary, but OpenGE also will feature modifications of existing code from projects like bamtools. We have implemented a multithreaded BAM compression method, a multithread combined merge-sort, and some other low-level tools for operating on BAM files. I know Heng Li has begun introducing some of this into samtools and I believe Nils Homer may be working on this as well. I would love to see how our code stacks up since a secondary goal of the project is to accelerate the analysis of genomes.

      One nice thing about the project is that we will have funding to continue development of the GUI as well as optimization and addition of other tools to the software. I am hoping that via SEQanswers we can get direction from the community on prioritizing what to do next. Furthermore we hope to write adapters/plugins for existing tools and to encourage others to join in the development, etc.

      The project is completely open source and will be hosted on GitHub. We are hoping that the combination of fast code and a easy to use package manager/workflow GUI will put all this analysis in the hands everyone...

      Sorry for the long post, but hopefully that sort answers your question?

      Comment


      • #4
        Sorry for the long post, but hopefully that sort answers your question?
        Yes, thank you. The description on the website (and posted here) was a bit vague. Your explanation makes me feel a bit more positive about the project.

        Comment


        • #5
          Thanks for the feedback. I'll see if we can get the website updated a bit.

          Comment


          • #6
            Although the project officially goes live on Monday, June 4th, the code is available on github now.

            The main code featuring multithreaded processing of BAM files is located here:
            An accelerated framework for manipulating and interpreting high-throughput sequencing data - adaptivegenome/openge


            Binaries are here:



            The preliminary release of a bpipe-compatible workflow system is located:
            GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.


            The main code is based on bamtools and so for those that are familiar with samtools or bamtools, it should be easy to start using right away. Please feel free to submit comments/suggestions via the github site (under Issues) or discuss here in this forum. We would be grateful to hear of bugs or simply feedback on speed increases with different input data.
            Last edited by adaptivegenome; 06-02-2012, 03:33 AM.

            Comment


            • #7
              So, what is the role of NVIDIA in Open GE?

              Comment


              • #8
                Originally posted by rezaf_2000 View Post
                So, what is the role of NVIDIA in Open GE?
                NVIDIA Corporation is not involved, however the NVIDIA Foundation (philanthropic non-profit) funded the pilot project.

                The foundation will continue to fund us in the short-term but we will need to recruit additional sources of extramural funding from the NIH, NSF, etc. for the long-term sustainment of the project.

                Comment


                • #9
                  And this is different from Galaxy in what ways???

                  Originally posted by adaptivegenome View Post
                  Hi gringer,

                  Certainly one aspect of OpenGE will be the management of analysis pipelines composed of existing tools. Much like the recently released bpipe project, the aim would be to incorporate existing tools into workflows. We want to eventually build a web-based GUI (in development right now) that allows for the dynamic creation of workflows (currently this is implemented at the command line) and we would like it to feature things like: versioning of tools, progress tracking, recovery and restarting from errors, etc.

                  Rewriting everyone's code is inefficient and unnecessary, but OpenGE also will feature modifications of existing code from projects like bamtools. We have implemented a multithreaded BAM compression method, a multithread combined merge-sort, and some other low-level tools for operating on BAM files. I know Heng Li has begun introducing some of this into samtools and I believe Nils Homer may be working on this as well. I would love to see how our code stacks up since a secondary goal of the project is to accelerate the analysis of genomes.

                  One nice thing about the project is that we will have funding to continue development of the GUI as well as optimization and addition of other tools to the software. I am hoping that via SEQanswers we can get direction from the community on prioritizing what to do next. Furthermore we hope to write adapters/plugins for existing tools and to encourage others to join in the development, etc.

                  The project is completely open source and will be hosted on GitHub. We are hoping that the combination of fast code and a easy to use package manager/workflow GUI will put all this analysis in the hands everyone...

                  Sorry for the long post, but hopefully that sort answers your question?
                  This seems very exciting and promising, but I hope that you can tell me how this project is different from Galaxy. And it seems to have a significant advantage in terms of release time, users, development, etc.

                  Tx,
                  Bob

                  Comment


                  • #10
                    Originally posted by BobFreemanMA View Post
                    This seems very exciting and promising, but I hope that you can tell me how this project is different from Galaxy. And it seems to have a significant advantage in terms of release time, users, development, etc.

                    Tx,
                    Bob
                    It has been a year since I posted that message and since then we decided against developing a GUI. We have functionality that allows you to plug-in external tools into OpenGE (bpipe style) and this is great for simple command-line based workflows. It is definitely not intended to be a replacement for Galaxy, which is one the best workflow managers around.

                    The focus of OpenGE was to speed up and optimize certain steps of the genome analysis pipeline. I think we achieved that. The code is not 100% bug-free but it has been a continuous work in progress

                    Comment


                    • #11
                      Originally posted by adaptivegenome View Post
                      It has been a year since I posted that message and since then we decided against developing a GUI. We have functionality that allows you to plug-in external tools into OpenGE (bpipe style) and this is great for simple command-line based workflows. It is definitely not intended to be a replacement for Galaxy, which is one the best workflow managers around.

                      The focus of OpenGE was to speed up and optimize certain steps of the genome analysis pipeline. I think we achieved that. The code is not 100% bug-free but it has been a continuous work in progress
                      Sounds great. Thanks!

                      Comment


                      • #12
                        What is the status of OpenGE? Is development continuing?

                        Comment


                        • #13
                          Originally posted by ECO View Post
                          Hi all,

                          I'm excited to announce that SEQanswers will act as the official discussion host for the Open Genomics Engine project. See the official announcement below:



                          As always, feedback and input are welcome.

                          -=Eric

                          in what language are the programs written, what compiler is needed,
                          what operation system, do the programs work from command line,
                          can they be joined in batch files, is there a simple example of some
                          such program, and the typical size of a data-file which it handles

                          Comment


                          • #14
                            This post seems pretty out-of-date.

                            Comment


                            • #15
                              Yepp, .. project development has been discontinued..

                              Latest news is:
                              Download OpenGE version 0.4
                              May 23, 2013
                              OpenGE 0.4 features improved speed and stability…

                              Comment

                              Latest Articles

                              Collapse

                              • seqadmin
                                Techniques and Challenges in Conservation Genomics
                                by seqadmin



                                The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

                                Avian Conservation
                                Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
                                03-08-2024, 10:41 AM
                              • seqadmin
                                The Impact of AI in Genomic Medicine
                                by seqadmin



                                Artificial intelligence (AI) has evolved from a futuristic vision to a mainstream technology, highlighted by the introduction of tools like OpenAI's ChatGPT and Google's Gemini. In recent years, AI has become increasingly integrated into the field of genomics. This integration has enabled new scientific discoveries while simultaneously raising important ethical questions1. Interviews with two researchers at the center of this intersection provide insightful perspectives into...
                                02-26-2024, 02:07 PM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by seqadmin, 03-14-2024, 06:13 AM
                              0 responses
                              34 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 03-08-2024, 08:03 AM
                              0 responses
                              72 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 03-07-2024, 08:13 AM
                              0 responses
                              82 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 03-06-2024, 09:51 AM
                              0 responses
                              68 views
                              0 likes
                              Last Post seqadmin  
                              Working...
                              X