You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
udo-stenzel edited this page Sep 10, 2012
·
4 revisions
This is BWA from http://bio-bwa.sourceforge.net/, extended with a unified workflow that is much easier to use and can make use of a networked compute cluster.
In short, the idea is to store everything in BAM files, especially unaligned(!) reads. Now in the general case, to get from an unaligned BAM file to an aligned one, you'd have to run something along the lines of:
As a bonus, samse and sampe run in multiple threads, input, computation and output overlap and you can add more workers to the cooperating network by running anywhere
bwa worker numthreads hostname 6969
The current version runs fine and is used in production, despite some limitations .