Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolmogorov committed Apr 7, 2019
1 parent a5ba370 commit 5c12b69
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
### Version: 2.4.2

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

### 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

### Flye 2.4.1 release (05 Mar 2019)
* Speed and stability improvements for large datasets
* New option `--polish-target` to run Flye polisher on the target sequence
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.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

Flye 2.4.1 release (05 Mar 2019)
================================
* Speed and stability improvements for large datasets
Expand Down
2 changes: 1 addition & 1 deletion docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ It is a tab-delimited table with the columns as follows:
Scaffold gaps are marked with `??` symbols, and `*` symbol denotes a
terminal graph node.

`scaffolds.fasta` file is a symlink to the `assembly.fasta`, which is
`scaffolds.fasta` file is a symlink to `assembly.fasta`, which is
retained for the backward compatibility.

## <a name="graph"></a> Repeat graph
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.4.1"
__version__ = "2.4.2"

0 comments on commit 5c12b69

Please sign in to comment.