Skip to content

Commit

Permalink
fix #79; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lomereiter committed Jun 20, 2014
1 parent dac2c13 commit 16e8d3d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
16 changes: 0 additions & 16 deletions .drone.yml

This file was deleted.

2 changes: 1 addition & 1 deletion BioD
9 changes: 9 additions & 0 deletions deb/DEBIAN_CHANGELOG
@@ -1,3 +1,12 @@
sambamba (0.4.7) unstable, urgency=low
* use random subdirectories for temporary files in both sort and markdup utilities
(allows to run multiple processes in parallel)
* fixed bug in slice tool: when slicing last reference, unmapped reads were written too
* fixed a bug in uncompressed BAM output
* fixed a bug in intersecting with BED

-- Artem Tarasov <lomereiter@gmail.com> Fri, 20 Jun 2014 16:27:19 +0400

sambamba (0.4.6) unstable, urgency=low
* fixed a bug in duplicate marking tool
* fixed handling empty BAM files in sort tool
Expand Down
4 changes: 2 additions & 2 deletions main.d
@@ -1,6 +1,6 @@
/*
This file is part of Sambamba.
Copyright (C) 2012-2013 Artem Tarasov <lomereiter@gmail.com>
Copyright (C) 2012-2014 Artem Tarasov <lomereiter@gmail.com>
Sambamba is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -30,7 +30,7 @@ import sambamba.utils.common.ldc_gc_workaround;
import std.stdio;

void printUsage() {
stderr.writeln("sambamba v0.4.6");
stderr.writeln("sambamba v0.4.7");
stderr.writeln();
stderr.writeln("Usage: sambamba [command] [args...]");
stderr.writeln();
Expand Down

0 comments on commit 16e8d3d

Please sign in to comment.