From 1fd2be21cbaf9d5e010eba28d1c8566a2ad08335 Mon Sep 17 00:00:00 2001 From: Mikhail Kolmogorov Date: Sat, 18 Mar 2023 08:49:51 -0700 Subject: [PATCH] 2023 --- README.md | 2 +- docs/NEWS.md | 2 +- flye/__build__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a79fb42b7..51cbcabd3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Manuals Latest updates -------------- -### Flye 2.9.2 release (18 March 2022) +### Flye 2.9.2 release (18 March 2023) * Update to minimap 2.24 + using HiFi and Kit14 parameters for faster alignment * Fixed a few small bugs and corner cases * Polisher now outputs read depth for each base of consensus (can be used as confidence measure) diff --git a/docs/NEWS.md b/docs/NEWS.md index 5407ce159..b5daab2e4 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,4 +1,4 @@ -Flye 2.9.2 release (18 March 2022) +Flye 2.9.2 release (18 March 2023) ================================= * Update to minimap 2.24 + using HiFi and Kit14 parameters for faster alignment * Fixed a few small bugs and corner cases diff --git a/flye/__build__.py b/flye/__build__.py index 5c497f71a..50e54a78e 100644 --- a/flye/__build__.py +++ b/flye/__build__.py @@ -1 +1 @@ -__build__ = 1785 +__build__ = 1786