Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • leecbaker
    replied
    Hello Ashreid,

    We would love to have more people contributing to the codebase.

    Getting started, I would first make sure you can:
    • Clone the source from github and build openge (See the developer docs for compilation instructions)
    • Run the tests (make test)
    • Branch the source so you have something to develop against


    We don't have a public list of features and bugs to work on, but here are a couple of things off the top of my head:
    • Add additional testing. Most of the built in tests simply execute openge with valid inputs, but don't check the output of tests. More robust testing would be useful to us. Check out run.sh from this test that I just checked in for an example: here

      I have been meaning to verify that we have full test coverage for both SAM and BAM inputs, being passed in as a filename, as well as piped into OpenGE. A good test (or set of tests) would verify that we can run:
      Code:
      cat asdf.bam | ./openge count
      just as well as
      Code:
      ./openge asdf.bam
      or
      Code:
      ./openge count < asdf.bam.
      Complete test coverage of all input types would be helpful; IO code is where we find the most bugs currently.
    • The CMake build system supports building packages for linux platforms (see here). It would be great if we could build .deb and .rpm packages with a command that included the appropriate binary and referenced necessary dependencies.
    • Additional features. If you're interested on working on additional features, we will need to coordinate with David (adaptivegenome). He's the guy in charge of deciding what goes into openge.


    If you have patches to contribute, please branch the openge source on github and submit a pull request with your modifications and we'll have a look.

    -Lee

    Leave a comment:


  • Ashreid
    started a topic Contributions to the source

    Contributions to the source

    Is there a list of new features requested or bugs that need to be fixed. How would developers contribute if the were just getting involved on some volenteer part time basis?

Latest Articles

Collapse

  • seqadmin
    Non-Coding RNA Research and Technologies
    by seqadmin




    Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.

    Nobel Prize for MicroRNA Discovery
    This week,...
    10-07-2024, 08:07 AM
  • seqadmin
    Recent Developments in Metagenomics
    by seqadmin





    Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
    09-23-2024, 06:35 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 07:29 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 10-15-2024, 06:35 AM
0 responses
11 views
0 likes
Last Post seqadmin  
Started by seqadmin, 10-14-2024, 02:44 PM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 10-11-2024, 06:55 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Working...
X