Skip to content

Commit

Permalink
Release miniprot-0.11 (r234)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Apr 19, 2023
1 parent a4957ba commit 5c147e0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
19 changes: 18 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release 0.11-r234 (18 April 2023)
---------------------------------

Notable changes:

* New feature: added option --trans to output translated protein sequences. It
is possible to extract these sequences from the --aln output but the --trans
output is smaller and more convenient.

* Bugfix: infinite error messages if a wrong option is in use.

* Improvement: better error messages given nonexisting query files (#40).

(0.11: 18 April 2023, r234)



Release 0.10-r225 (3 April 2023)
--------------------------------

Expand All @@ -15,7 +32,7 @@ Release 0.9-r223 (9 March 2023)

Notable change:

* Bugfix: not query proteins were outputted with option `-u`.
* Bugfix: some query proteins were not outputted with option `-u`.

(0.9: 9 March 2023, r223)

Expand Down
5 changes: 4 additions & 1 deletion miniprot.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH miniprot 1 "9 March 2023" "miniprot-0.9 (r223)" "Bioinformatics tools"
.TH miniprot 1 "18 April 2023" "miniprot-0.11 (r234)" "Bioinformatics tools"
.SH NAME
.PP
miniprot - protein-to-genome alignment with splicing and frameshifts
Expand Down Expand Up @@ -153,6 +153,9 @@ the query protein sequence. On a `##ATA' line, `!' denotes a frameshift
insertion corresponding to the `F' CIGAR operator and `$' denotes a frameshift
substitution corresponding to the `G' operator.
.TP
.B --trans
Output translated protein sequences on `##STA' lines.
.TP
.BI --max-intron-out \ NUM
In the
.B --aln
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.10-r233-dirty"
#define MP_VERSION "0.11-r234"

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

0 comments on commit 5c147e0

Please sign in to comment.