-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8889afd
commit 3fa6cbb
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
Submodule BioD
updated
9 files
+142 −33 | bio/bam/baseinfo.d | |
+98 −17 | bio/bam/md/operation.d | |
+110 −29 | bio/bam/md/parse.d | |
+1 −1 | bio/bam/md/reconstruct.d | |
+2 −2 | bio/bam/pileuprange.d | |
+30 −0 | bio/core/base.d | |
+223 −0 | bio/core/sequence.d | |
+7 −5 | examples/example2.d | |
+17 −7 | test/unittests.d |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
sambamba (0.3.0) unstable; urgency=low | ||
|
||
* new command line tool -- sambamba-slice | ||
* several minor bugfixes | ||
* compiles with LDC2 | ||
|
||
-- Artem Tarasov <[email protected]> Wed, 12 Dec 2012 22:57:12 +0400 | ||
|
||
sambamba (0.2.9) unstable; urgency=low | ||
|
||
* random access speedup | ||
|