Announcement

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

  • OpenGE 0.1.1 released

    We're pleased to announce that version 0.1.1 of OpenGE is available for download. This release contains some performance work, minor new features, and bug fixes.

    New in this release:
    * Mark duplicates performance has increased. We now split by chromosome in some cases, and process some chromosomes in parallel. This can be disabled with a --nosplit option.
    * Output file format is detected from file extensions. For example, any filename ending in "SAM" or "sam" will be written in SAM format.
    * The convert command has been removed, as its functionality was present elsewhere. See the command documentation for more details.
    * The statistics command can now print out the distribution of read lengths. See the command documentation for details.
    * Several small bug fixes.

    OpenGE can be downloaded from the Github downloads page:


    Bug reports can be put on the Github issues page:
    An accelerated framework for manipulating and interpreting high-throughput sequencing data - Issues · adaptivegenome/openge


    We would appreciate any help testing the code or comparing the speed to related tools. Let us know of any improvements or features you would like to see in future versions to make the software more useful to you.

  • #2
    As we continue to work on more new features, we want to let you know that we have added FASTQ as a supported output format, in addition to the SAM and BAM support that we currently have.

    Support for CRAM is pending (we are waiting for the final specs from EBI).

    Comment


    • #3
      I think I grabbed a github (then) current(?) snapshot ..

      -bash-3.00$ ./openge version
      Open Genomics Engine 0.2-dev
      Built on Jul 26 2012 at 10:52:24
      (c) 2012 Virginia Bioinformatics Institute

      Is this newer or later, should I grab another, better version ?

      Also, I don't get how to control processor usage. Is there a parameter to specify number of threads to use?

      BTW .. primary goal is to use the mergesort ... I need a faster mergesort to fix terabyte scale CGI whole genomic data.

      Also, does the mergesort build an index at the same time ?
      Last edited by Richard Finney; 07-26-2012, 08:04 AM.

      Comment


      • #4
        Originally posted by Richard Finney View Post
        I think I grabbed a github (then) current(?) snapshot ..

        -bash-3.00$ ./openge version
        Open Genomics Engine 0.2-dev
        Built on Jul 26 2012 at 10:52:24
        (c) 2012 Virginia Bioinformatics Institute

        Is this newer or later, should I grab another, better version ?

        Also, I don't get how to control processor usage. Is there a parameter to specify number of threads to use?

        BTW .. primary goal is to use the mergesort ... I need a faster mergesort to fix terabyte scale CGI whole genomic data.

        Also, does the mergesort build an index at the same time ?
        The current stable release (binaries) is 0.1.2 and yes you can use the source which is 0.2. The new features are not related to mergesort.

        You can control how many threads to spawn using the '-t' option. When using mergesort you would also want to specify '-M' so it marks duplicates at the same time.

        If you look at the PDF doc for mergesort there are some other things you can do too like:

        * choose to compress or not compress temp files
        * specify how many temp files to make (by default we make temp files with 500k reads each)
        * specifying compression level (default is 6 like samtools)

        Particularly you might play with the number of temp files to make. If you increase the 500k default value then more reads go into a file, less files are made and it generally goes faster, but the cost is you need lots of memory.

        Please let me know if you have any other questions or need help with anything else.

        Final thing --> right now mergesort does not produce an index so you will need to index the file afterwards like you would with samtools. When 0.2.0 is finished we will feature automatic indexing.

        Comment


        • #5
          PDF file did not come with with snapshot. Just tex files.
          I'll look at them, though.

          Comment


          • #6
            PDF:


            EDIT: Link to PDF is now also included in README.MD
            Last edited by adaptivegenome; 07-27-2012, 05:28 AM.

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Advanced Tools Transforming the Field of Cytogenomics
              by seqadmin


              At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
              09-26-2023, 06:26 AM
            • seqadmin
              How RNA-Seq is Transforming Cancer Studies
              by seqadmin



              Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
              09-07-2023, 11:15 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 09-29-2023, 09:38 AM
            0 responses
            10 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 09-27-2023, 06:57 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 09-26-2023, 07:53 AM
            0 responses
            30 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 09-25-2023, 07:42 AM
            0 responses
            18 views
            0 likes
            Last Post seqadmin  
            Working...
            X