Skip to content

Commit

Permalink
2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolmogorov committed May 20, 2018
1 parent 3b0a12d commit 5b44fbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flye assembler (successor of ABruijn)
=====================================

### Version: 2.3.3
### Version: 2.3.4

Flye is a de novo assembler for long and noisy reads, such as
those produced by PacBio and Oxford Nanopore Technologies.
Expand Down
5 changes: 5 additions & 0 deletions docs/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Flye 2.3.4 (19 May 2018)
========================
* A fix for assemblies with low reads count
* Polishing of large genomes is now 2-3x faster and requires less memory

Flye 2.3.3 (27 Mar 2018)
========================
* Automatic selection of minimum overlap parameter based on read length
Expand Down
2 changes: 1 addition & 1 deletion flye/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.3"
__version__ = "2.3.4"

0 comments on commit 5b44fbe

Please sign in to comment.