Skip to content

Commit

Permalink
Release miniprot-0.8 (r220)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Mar 7, 2023
1 parent a939024 commit 281df6c
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.8-r220 (6 March 2023)
-------------------------------

Notable changes:

* Improvement: slightly improved the sensitivity to distant homolog at a minor
cost of specificity. On the human-zebrafish dataset, we gained 1.2% junction
sensivity at the cost of 0.2% of specificity.

* New feature: added option --aln to output residue alignment.

* New feature: added option -I to automatically set the maximum intron size to
sqrt(GenomeSize) * 3.6, where GenomeSize is the total length of the
nucleotide sequences. For smaller genomes, a smaller threshold leads to
higher accuracy. This option is not the default because the reference is not
always a genome.

(0.8: 6 March 2023, r220)



Release 0.7-r207 (25 December 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 "7 January 2023" "miniprot-0.7-dirty (r217)" "Bioinformatics tools"
.TH miniprot 1 "6 March 2023" "miniprot-0.8 (r220)" "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.7-r219-dirty"
#define MP_VERSION "0.8-r220"

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

0 comments on commit 281df6c

Please sign in to comment.