From 4bbe2afd665c56646f0debb43f809952808eb574 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Mon, 17 Oct 2022 22:21:57 -0400 Subject: [PATCH] Released miniprot-0.5 (r179) --- NEWS.md | 14 ++++++++++++++ miniprot.1 | 2 +- miniprot.h | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 68b363e..fb3ab4d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +Release 0.5-r179 (17 October 2022) +---------------------------------- + +Notable changes: + + * Improvement: more detailed splice model considering G|GTR..YYYNYAG|. This is + not enabled by default. Added option `-j` to change the splice model. + + * Added the miniprot preprint. Available at http://arxiv.org/abs/2210.08052 + +(0.5: 17 October 2022, r179) + + + Release 0.4-r165 (5 October 2022) --------------------------------- diff --git a/miniprot.1 b/miniprot.1 index 0d41990..8a203e2 100644 --- a/miniprot.1 +++ b/miniprot.1 @@ -1,4 +1,4 @@ -.TH miniprot 1 "5 October 2022" "miniprot-0.4 (r165)" "Bioinformatics tools" +.TH miniprot 1 "17 October 2022" "miniprot-0.5 (r179)" "Bioinformatics tools" .SH NAME .PP miniprot - protein-to-genome alignment with splicing and frameshifts diff --git a/miniprot.h b/miniprot.h index 64491ee..6b6ef29 100644 --- a/miniprot.h +++ b/miniprot.h @@ -3,7 +3,7 @@ #include -#define MP_VERSION "0.4-r174-dirty" +#define MP_VERSION "0.5-r179" #define MP_F_NO_SPLICE 0x1 #define MP_F_NO_ALIGN 0x2