Skip to content

Commit

Permalink
2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolmogorov committed Nov 28, 2023
1 parent 7198b7d commit ec8ab67
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 26 deletions.
31 changes: 7 additions & 24 deletions 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.9.2
### Version: 2.9.3

Flye is a de novo assembler for single-molecule sequencing reads,
such as those produced by PacBio and Oxford Nanopore Technologies.
Expand All @@ -26,6 +26,12 @@ Manuals
Latest updates
--------------

### Flye 2.9.3 release (28 November 2023)
* Disjointig step speedup for `--ont-hq` mode
* Improved `--keep-haplotypes` mode preserves more heterozygous SVs
* A few bug fixes


### 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
Expand Down Expand Up @@ -54,29 +60,6 @@ Latest updates
* Update to minimap 2.18
* Several rare bug fixes/other improvements

### Flye 2.8.3 release (10 Feb 2021)
* Reduced RAM consumption for some ultra-long ONT datasets
* Fixed rare artificial sequence insertions on some ONT datasets
* Assemblies should be largely identical to 2.8

### Flye 2.8.2 release (12 Dec 2020)
* Improvements in GFA output, much faster generation of large and tangled graphs
* Speed improvements for graph simplification algorithms
* A few minor bugs fixed
* Assemblies should be largely identical to 2.8

### Flye 2.8.1 release (02 Sep 2020)
* Added a new option `--hifi-error` to control the expected error rate of HiFi reads (no other changes)

### Flye 2.8 release (04 Aug 2020)
* Improvements in contiguity and speed for PacBio HiFi mode
* Using the `--meta` k-mer selection strategy in isolate assemblies as well.
This strategy is more robust to drops in coverage/contamination and requires less memory
* 1.5-2x RAM footprint reduction for large assemblies (e.g. human ONT assembly now uses 400-500 Gb)
* Genome size parameter is no longer required (it is still needed for downsampling though `--asm-coverage`)
* Flye now can occasionally use overlaps shorter than "minOverlap" parameter to close disjointing gaps
* Various improvements and bugfixes


Repeat graph
------------
Expand Down
6 changes: 6 additions & 0 deletions docs/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Flye 2.9.3 release (28 November 2023)
====================================
* Disjointig step speedup for `--ont-hq` mode
* Improved `--keep-haplotypes` mode preserves more heterozygous SVs
* A few bug fixes

Flye 2.9.2 release (18 March 2023)
=================================
* Update to minimap 2.24 + using HiFi and Kit14 parameters for faster alignment
Expand Down
2 changes: 1 addition & 1 deletion flye/__build__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__build__ = 1795
__build__ = 1796
2 changes: 1 addition & 1 deletion flye/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.9.2"
__version__ = "2.9.3"

0 comments on commit ec8ab67

Please sign in to comment.