We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1cfc9 commit 82839b3Copy full SHA for 82839b3
deb/DEBIAN_CHANGELOG
@@ -1,3 +1,9 @@
1
+sambamba (0.4.6) unstable, urgency=low
2
+ * fixed a bug in duplicate marking tool
3
+ * fixed handling empty BAM files in sort tool
4
+
5
+ -- Artem Tarasov <lomereiter@gmail.com> Mon, 28 Apr 2014 23:47:20 +0400
6
7
sambamba (0.4.5) unstable, urgency=low
8
9
* new -L option in the 'view' tool for intersecting a file with BED
main.d
@@ -30,7 +30,7 @@ import sambamba.utils.common.ldc_gc_workaround;
30
import std.stdio;
31
32
void printUsage() {
33
- stderr.writeln("sambamba v0.4.6-beta");
+ stderr.writeln("sambamba v0.4.6");
34
stderr.writeln();
35
stderr.writeln("Usage: sambamba [command] [args...]");
36
0 commit comments