Skip to content

Commit

Permalink
Release miniasm-0.3 (r179)
Browse files Browse the repository at this point in the history
Major changes since v0.2:

 * Added the 2-pass mode (option -R) for reduced peak memory.

 * Improved minidot.

 * Updated the miniasm+minimap manuscript.
  • Loading branch information
lh3 committed Jul 24, 2018
1 parent d82a4a3 commit 10f000d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "sdict.h"
#include "miniasm.h"

#define MA_VERSION "0.2-r168-dirty"
#define MA_VERSION "0.3-r179"

static void print_subs(const sdict_t *d, const ma_sub_t *sub)
{
Expand Down
2 changes: 1 addition & 1 deletion miniasm.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH miniasm 1 "24 January 2016" "miniasm-0.2+dirty" "Bioinformatics tools"
.TH miniasm 1 "23 July 2018" "miniasm-0.3 (r179)" "Bioinformatics tools"

.SH NAME
.PP
Expand Down

0 comments on commit 10f000d

Please sign in to comment.