From af246d6a942bbc57fe02049bee92645f43c87b62 Mon Sep 17 00:00:00 2001 From: Mikhail Kolmogorov Date: Thu, 25 Jul 2019 16:49:41 -0700 Subject: [PATCH] v2.5 --- README.md | 9 ++++++++- docs/NEWS.md | 11 ++++++++++- flye/__version__.py | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ef2f677c..7f26a4ae5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Flye assembler [![BioConda Install](https://img.shields.io/conda/dn/bioconda/flye.svg?style=flag&label=BioConda%20install)](https://anaconda.org/bioconda/flye) -### Version: 2.4.2 +### Version: 2.5 Flye is a de novo assembler for single molecule sequencing reads, such as those produced by PacBio and Oxford Nanopore Technologies. @@ -15,6 +15,13 @@ Flye also includes a special mode for metagenome assembly. Latest updates -------------- +### Flye 2.5 release (25 Jul 2019) +* Better ONT polishing for the latest basecallers (Guppy/flipflop) +* Improved consensus quality of repetitive regions +* More contigouous assemblies of real metagenomes +* Improvements for human genome assemblies +* Various bugfixes and performance optimizations + ### Flye 2.4.2 release (06 Apr 2019) * Improvements in k-mer selection and tip clipping for metagenome assemblies * Better memory managment during consensus/polishing diff --git a/docs/NEWS.md b/docs/NEWS.md index fddfc9393..d4ca73542 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,4 +1,13 @@ -### Flye 2.4.2 release (06 Apr 2019) +Flye 2.5 release (25 Jul 2019) +============================== +* Better ONT polishing for the latest basecallers (Guppy/flipflop) +* Improved consensus quality of repetitive regions +* More contigouous assemblies of real metagenomes +* Improvements for human genome assemblies +* Various bugfixes and performance optimizations + +Flye 2.4.2 release (06 Apr 2019) +================================ * Improvements in k-mer selection and tip clipping for metagenome assemblies * Better memory managment during consensus/polishing * Some bugfixes diff --git a/flye/__version__.py b/flye/__version__.py index 60be088dc..5cdc0cdd7 100644 --- a/flye/__version__.py +++ b/flye/__version__.py @@ -1 +1 @@ -__version__ = "2.4.2" +__version__ = "2.5"