Skip to content

Commit 10f000d

Browse files
committed
Release miniasm-0.3 (r179)
Major changes since v0.2: * Added the 2-pass mode (option -R) for reduced peak memory. * Improved minidot. * Updated the miniasm+minimap manuscript.
1 parent d82a4a3 commit 10f000d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "sdict.h"
99
#include "miniasm.h"
1010

11-
#define MA_VERSION "0.2-r168-dirty"
11+
#define MA_VERSION "0.3-r179"
1212

1313
static void print_subs(const sdict_t *d, const ma_sub_t *sub)
1414
{

miniasm.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH miniasm 1 "24 January 2016" "miniasm-0.2+dirty" "Bioinformatics tools"
1+
.TH miniasm 1 "23 July 2018" "miniasm-0.3 (r179)" "Bioinformatics tools"
22

33
.SH NAME
44
.PP

0 commit comments

Comments
 (0)