-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While we can compute smems very efficiently, there is still a long way to get the alignment. On simulated data, this smem-based algorithm is 4X faster than bwasw and twice as fast as bowtie2, but the accuracy is far lower than bwasw and even lower than bowtie2 in the high-mapQ range. I am kind of sure that if we continue to increase the mapping accuracy, the speed will approach to bwasw, if not slower. Smem-based mapping algorithm is still interesting, but given that I am short of time, I will not explore it further.
- Loading branch information
Heng Li
committed
Oct 27, 2011
1 parent
7467671
commit 7babb54
Showing
2 changed files
with
18 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters