Skip to content

Commit af246d6

Browse files
committed
v2.5
1 parent cdb7e98 commit af246d6

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Flye assembler
33

44
[![BioConda Install](https://img.shields.io/conda/dn/bioconda/flye.svg?style=flag&label=BioConda%20install)](https://anaconda.org/bioconda/flye)
55

6-
### Version: 2.4.2
6+
### Version: 2.5
77

88
Flye is a de novo assembler for single molecule sequencing reads,
99
such as those produced by PacBio and Oxford Nanopore Technologies.
@@ -15,6 +15,13 @@ Flye also includes a special mode for metagenome assembly.
1515
Latest updates
1616
--------------
1717

18+
### Flye 2.5 release (25 Jul 2019)
19+
* Better ONT polishing for the latest basecallers (Guppy/flipflop)
20+
* Improved consensus quality of repetitive regions
21+
* More contigouous assemblies of real metagenomes
22+
* Improvements for human genome assemblies
23+
* Various bugfixes and performance optimizations
24+
1825
### Flye 2.4.2 release (06 Apr 2019)
1926
* Improvements in k-mer selection and tip clipping for metagenome assemblies
2027
* Better memory managment during consensus/polishing

docs/NEWS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
### Flye 2.4.2 release (06 Apr 2019)
1+
Flye 2.5 release (25 Jul 2019)
2+
==============================
3+
* Better ONT polishing for the latest basecallers (Guppy/flipflop)
4+
* Improved consensus quality of repetitive regions
5+
* More contigouous assemblies of real metagenomes
6+
* Improvements for human genome assemblies
7+
* Various bugfixes and performance optimizations
8+
9+
Flye 2.4.2 release (06 Apr 2019)
10+
================================
211
* Improvements in k-mer selection and tip clipping for metagenome assemblies
312
* Better memory managment during consensus/polishing
413
* Some bugfixes

flye/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.2"
1+
__version__ = "2.5"

0 commit comments

Comments
 (0)