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?
Unconfigured Ad
Collapse
X
-
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:
just as well asCode:cat asdf.bam | ./openge count
orCode:./openge asdf.bam
Complete test coverage of all input types would be helpful; IO code is where we find the most bugs currently.Code:./openge count < asdf.bam.
- 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
Latest Articles
Collapse
-
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.
...-
Channel: Articles
06-02-2026, 10:05 AM -
-
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...-
Channel: Articles
05-22-2026, 06:42 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Sequencing the Two-Toed Sloth Genome Reveals Jumping Genes Tied to Its Extreme Metabolism
by SEQadmin2
Started by SEQadmin2, 06-09-2026, 11:58 AM
|
0 responses
21 views
0 reactions
|
Last Post
by SEQadmin2
06-09-2026, 11:58 AM
|
||
|
Started by SEQadmin2, 06-05-2026, 10:09 AM
|
0 responses
27 views
0 reactions
|
Last Post
by SEQadmin2
06-05-2026, 10:09 AM
|
||
|
Started by SEQadmin2, 06-04-2026, 08:59 AM
|
0 responses
38 views
0 reactions
|
Last Post
by SEQadmin2
06-04-2026, 08:59 AM
|
||
|
Started by SEQadmin2, 06-02-2026, 12:03 PM
|
0 responses
61 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 12:03 PM
|
Comment