Skip to content

Commit

Permalink
Release miniprot-0.4 (r165)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Oct 6, 2022
1 parent b7dc461 commit 2db1509
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Release 0.4-r165 (5 October 2022)
---------------------------------

This version implements a better splice model and pays a little more effort in
aligning terminal exons. It improves both sensitivity and specificity by a few
percent.

Other notable changes:

* Breaking change: changed -C to scale the splice model

* Bugfix: implemented option -w (#12)

* Bugfix: reduced the indexing time for highly fragmented genomes (#12)

* New feature: output a Rank attribute in GFF

(0.4: 5 October 2022, r165)



Release 0.3-r137 (22 September 2022)
------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion miniprot.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH miniprot 1 "22 September 2022" "miniprot-0.3-dirty (r147)" "Bioinformatics tools"
.TH miniprot 1 "5 October 2022" "miniprot-0.4 (r165)" "Bioinformatics tools"
.SH NAME
.PP
miniprot - protein-to-genome alignment with splicing and frameshifts
Expand Down
2 changes: 1 addition & 1 deletion miniprot.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <stdint.h>

#define MP_VERSION "0.3-r164-dirty"
#define MP_VERSION "0.4-r165"

#define MP_F_NO_SPLICE 0x1
#define MP_F_NO_ALIGN 0x2
Expand Down

0 comments on commit 2db1509

Please sign in to comment.