Considerations when designing DNA sequencing software
0
0
Entering edit mode
7.1 years ago
pauldavism • 0

I am about to start working on a project where I will support programmers develop software for:

a) Alignment of reads against a genomic reference

b) De-novo sequence assembly

Can anyone provide general advice on software design strategies to consider? This is specifically with regard to variations in read lengths and error rates between different sequencing techniques.

sequencing alignment software error • 1.3k views
ADD COMMENT
3
Entering edit mode

The general strategy is to not reinvent the wheel. There are a LOT of aligners and assemblers already around, so the question becomes (A) why they feel the need to write yet another one and (B) if they've looked at what other programs are doing. Have a look at what BWA is doing, since it can handle a few different kinds of sequencing technologies (bbmap too, since it seems to support everything).

ADD REPLY

Login before adding your answer.

Traffic: 1671 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6