File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Flye assembler
3
3
4
4
[ ![ BioConda Install] ( https://img.shields.io/conda/dn/bioconda/flye.svg?style=flag&label=BioConda%20install )] ( https://anaconda.org/bioconda/flye )
5
5
6
- ### Version: 2.4.2
6
+ ### Version: 2.5
7
7
8
8
Flye is a de novo assembler for single molecule sequencing reads,
9
9
such as those produced by PacBio and Oxford Nanopore Technologies.
@@ -15,6 +15,13 @@ Flye also includes a special mode for metagenome assembly.
15
15
Latest updates
16
16
--------------
17
17
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
+
18
25
### Flye 2.4.2 release (06 Apr 2019)
19
26
* Improvements in k-mer selection and tip clipping for metagenome assemblies
20
27
* Better memory managment during consensus/polishing
Original file line number Diff line number Diff line change 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
+ ================================
2
11
* Improvements in k-mer selection and tip clipping for metagenome assemblies
3
12
* Better memory managment during consensus/polishing
4
13
* Some bugfixes
Original file line number Diff line number Diff line change 1
- __version__ = "2.4.2 "
1
+ __version__ = "2.5 "
You can’t perform that action at this time.
0 commit comments