Skip to content

Commit

Permalink
Release miniprot-0.13 (r247)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Mar 6, 2024
1 parent 120e856 commit 9eb0117
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Release 0.13-r247 (6 March 2024)
--------------------------------

Notable changes:

* New feature: added option -T to specify a non-standard NCBI translation
table (#56 and #57). As this is an indexing option, the binary index format
has to be changed accordingly. Miniprot will reject indices built with
previous versions.

* Improvement: properly handle reference deletions involving in-frame stop
codons (#58). Older versions would not penalize these stop codons. This
change also improves junction accuracy especially for distant homologs.

* Bug fix: in the GFF3 output, CDS now includes stop codons (#55). Note the in
GTF, CDS excludes stop codons.

* Bug fix: suppress an extra amino acid in the --trans or --aln output (#47).
In rare cases, this may lead to memory violation.

(0.13: 6 March 2024, r247)



Release 0.12-r237 (24 June 2023)
--------------------------------

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 "5 March 2024" "miniprot-0.12-dirty (r243)" "Bioinformatics tools"
.TH miniprot 1 "5 March 2024" "miniprot-0.13 (r247)" "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.12-r246-dirty"
#define MP_VERSION "0.13-r247"

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

0 comments on commit 9eb0117

Please sign in to comment.