Skip to content

Commit 21a46ba

Browse files
committed
Release minimap2-2.4 (r555)
1 parent 1617b87 commit 21a46ba

File tree

6 files changed

+46
-9
lines changed

6 files changed

+46
-9
lines changed

NEWS.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
Release 2.4-r555 (6 November 2017)
2+
----------------------------------
3+
4+
As is planned, this release focuses on fine tuning the base algorithm. Notable
5+
changes include
6+
7+
* Changed the mapping quality scale to match the scale of BWA-MEM. This makes
8+
minimap2 and BWA-MEM achieve similar sensitivity-specificity balance on real
9+
short-read data.
10+
11+
* Improved the accuracy of splice alignment by modeling one additional base
12+
close to the GT-AG signal. This model is used by default with `-x splice`.
13+
For SIRV control data, however, it is recommended to add `--splice-flank=no`
14+
to disable this feature as the SIRV splice signals are slightly different.
15+
16+
* Tuned the parameters for Nanopore Direct RNA reads. The recommended command
17+
line is `-axsplice -k14 -uf` (#46).
18+
19+
* Fixed a segmentation fault when aligning PacBio reads (#47 and #48). This
20+
bug is very rare but it affects all versions of minimap2. It is also
21+
recommended to re-index reference genomes created with `map-pb`. For human,
22+
two minimizers in an old index are wrong.
23+
24+
* Changed option `-L` in sync with the final decision of hts-specs: a fake
25+
CIGAR takes the form of `<readLen>S<refLen>N`. Note that `-L` only enables
26+
future tools to recognize long CIGARs. It is not possible for older tools to
27+
work with such alignments in BAM (#43 and #51).
28+
29+
* Fixed a tiny issue whereby minimap2 may waste 8 bytes per candidate
30+
alignment.
31+
32+
The minimap2 technical note hosted at arXiv has also been updated to reflect
33+
recent changes.
34+
35+
(2.4: 6 November 2017, r555)
36+
37+
38+
139
Release 2.3-r531 (22 October 2017)
240
----------------------------------
341

@@ -26,7 +64,7 @@ This release come with many improvements and bug fixes:
2664

2765
This release has implemented all the major features I planned five months ago,
2866
with the addition of spliced long-read alignment. The next couple of releases
29-
will focus on fine tuning of base algorithms.
67+
will focus on fine tuning of the base algorithms.
3068

3169
(2.3: 22 October 2017, r531)
3270

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Release](https://img.shields.io/badge/Release-v2.3-blue.svg?style=flat)](https://github.com/lh3/minimap2/releases)
1+
[![Release](https://img.shields.io/badge/Release-v2.4-blue.svg?style=flat)](https://github.com/lh3/minimap2/releases)
22
[![BioConda](https://img.shields.io/conda/vn/bioconda/minimap2.svg?style=flat)](https://anaconda.org/bioconda/minimap2)
33
[![PyPI](https://img.shields.io/pypi/v/mappy.svg?style=flat)](https://pypi.python.org/pypi/mappy)
44
[![Python Version](https://img.shields.io/pypi/pyversions/mappy.svg?style=flat)](https://pypi.python.org/pypi/mappy)
55
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](LICENSE.txt)
66
[![Build Status](https://travis-ci.org/lh3/minimap2.svg?branch=master)](https://travis-ci.org/lh3/minimap2)
7-
<!-- [![Downloads](https://img.shields.io/github/downloads/lh3/minimap2/total.svg?style=flat)](https://github.com/lh3/minimap2/releases) -->
7+
[![Downloads](https://img.shields.io/github/downloads/lh3/minimap2/total.svg?style=flat)](https://github.com/lh3/minimap2/releases)
88
## <a name="started"></a>Getting Started
99
```sh
1010
git clone https://github.com/lh3/minimap2
@@ -71,9 +71,9 @@ Detailed evaluations are available from the [minimap2 preprint][preprint].
7171
Minimap2 only works on x86-64 CPUs. You can acquire precompiled binaries from
7272
the [release page][release] with:
7373
```sh
74-
wget --no-check-certificate -O- https://github.com/lh3/minimap2/releases/download/v2.3/minimap2-2.3_x64-linux.tar.bz2 \
74+
wget --no-check-certificate -O- https://github.com/lh3/minimap2/releases/download/v2.4/minimap2-2.4_x64-linux.tar.bz2 \
7575
| tar -jxvf -
76-
./minimap2-2.3_x64-linux/minimap2
76+
./minimap2-2.4_x64-linux/minimap2
7777
```
7878
If you want to compile from the source, you need to have a C compiler, GNU make
7979
and zlib development files installed. Then type `make` in the source code

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "mmpriv.h"
77
#include "getopt.h"
88

9-
#define MM_VERSION "2.3-r552-dirty"
9+
#define MM_VERSION "2.4-r555"
1010

1111
#ifdef __linux__
1212
#include <sys/resource.h>

minimap2.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH minimap2 1 "27 October 2017" "minimap2-2.3-dirty (r537)" "Bioinformatics tools"
1+
.TH minimap2 1 "6 November 2017" "minimap2-2.4 (r555)" "Bioinformatics tools"
22
.SH NAME
33
.PP
44
minimap2 - mapping and alignment between collections of DNA sequences

python/cmappy.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ cdef extern from "minimap.h":
2222
float mask_level
2323
float pri_ratio
2424
int best_n
25-
float min_iden
2625
int max_join_long, max_join_short
2726
int min_join_flank_sc
2827
int a, b, q, e, q2, e2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def readme():
2323

2424
setup(
2525
name = 'mappy',
26-
version = '2.3',
26+
version = '2.4',
2727
url = 'https://github.com/lh3/minimap2',
2828
description = 'Minimap2 python binding',
2929
long_description = readme(),

0 commit comments

Comments
 (0)