Skip to content

Commit 16e8d3d

Browse files
committed
fix #79; bump version
1 parent dac2c13 commit 16e8d3d

File tree

4 files changed

+12
-19
lines changed

4 files changed

+12
-19
lines changed

.drone.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

deb/DEBIAN_CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
sambamba (0.4.7) unstable, urgency=low
2+
* use random subdirectories for temporary files in both sort and markdup utilities
3+
(allows to run multiple processes in parallel)
4+
* fixed bug in slice tool: when slicing last reference, unmapped reads were written too
5+
* fixed a bug in uncompressed BAM output
6+
* fixed a bug in intersecting with BED
7+
8+
-- Artem Tarasov <lomereiter@gmail.com> Fri, 20 Jun 2014 16:27:19 +0400
9+
110
sambamba (0.4.6) unstable, urgency=low
211
* fixed a bug in duplicate marking tool
312
* fixed handling empty BAM files in sort tool

main.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of Sambamba.
3-
Copyright (C) 2012-2013 Artem Tarasov <lomereiter@gmail.com>
3+
Copyright (C) 2012-2014 Artem Tarasov <lomereiter@gmail.com>
44
55
Sambamba is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ import sambamba.utils.common.ldc_gc_workaround;
3030
import std.stdio;
3131

3232
void printUsage() {
33-
stderr.writeln("sambamba v0.4.6");
33+
stderr.writeln("sambamba v0.4.7");
3434
stderr.writeln();
3535
stderr.writeln("Usage: sambamba [command] [args...]");
3636
stderr.writeln();

0 commit comments

Comments
 (0)