File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
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.8
6
+ ### Version: 2.8.1
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.
@@ -22,6 +22,9 @@ Manuals
22
22
Latest updates
23
23
--------------
24
24
25
+ ### Flye 2.8.1 release (02 Sep 2020)
26
+ * Added a new option ` --hifi-error ` to control the expected error rate of HiFi reads (no other changes)
27
+
25
28
### Flye 2.8 release (04 Aug 2020)
26
29
* Improvements in contiguity and speed for PacBio HiFi mode
27
30
* Using the ` --meta ` k-mer selection strategy in isolate assemblies as well.
@@ -128,7 +131,7 @@ The assemblies generated using Flye 2.8 could be downloaded from [Zenodo](https:
128
131
All datasets were run with default parameters for the corresponding read type
129
132
with the following exceptions: CHM13 T2T was run with ` --min-overlap 10000 --asm-coverage 50 ` ;
130
133
CHM1 was run with ` --asm-coverage 50 ` . CHM13 HiFi and HG002 HiFi datasets were run in
131
- ` --pacbio-hifi ` mode and reduced error rate threshold ( 0.003%) .
134
+ ` --pacbio-hifi ` mode and ` --hifi- error 0.003` .
132
135
133
136
Third-party
134
137
-----------
Original file line number Diff line number Diff line change
1
+ Flye 2.8.1 release (02 Sep 2020)
2
+ ===============================
3
+ * Added a new option ` --hifi-error ` to control the expected error rate of HiFi reads (no other changes)
4
+
1
5
Flye 2.8 release (04 Aug 2020)
2
6
==============================
3
7
* Improvements in contiguity and speed for PacBio HiFi mode
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ optional arguments:
54
54
minimum overlap between reads [auto]
55
55
--asm-coverage int reduced coverage for initial disjointig assembly [not
56
56
set]
57
+ --hifi-error float expected HiFi reads error rate (e.g. 0.01 or 0.001)
58
+ [0.01]
57
59
--plasmids rescue short unassembled plasmids
58
60
--meta metagenome / uneven coverage mode
59
61
--keep-haplotypes do not collapse alternative haplotypes
@@ -126,7 +128,9 @@ ONT data than with PacBio data, especially in homopolymer regions.
126
128
### PacBio HiFi
127
129
128
130
Flye now supports assembly of PacBio HiFi protocol via ` --pacbio-hifi ` option.
129
- The expected read error is <1%.
131
+ The expected read error is 1% by default. In case the reads are more accurate,
132
+ you can adjust ` --hifi-error ` parameter (for example to 0.001) to potentially
133
+ generate more complete assemblies.
130
134
131
135
### PacBio CLR
132
136
@@ -347,7 +351,7 @@ The assemblies generated using Flye 2.8 could be downloaded from [Zenodo](https:
347
351
All datasets were run with default parameters for the corresponding read type
348
352
with the following exceptions: CHM13 T2T was run with ` --min-overlap 10000 --asm-coverage 50 ` ;
349
353
CHM1 was run with ` --asm-coverage 50 ` . CHM13 HiFi and HG002 HiFi datasets were run in
350
- ` --pacbio-hifi ` mode and reduced error rate threshold ( 0.003%) .
354
+ ` --pacbio-hifi ` mode and ` --hifi- error 0.003` .
351
355
352
356
## <a name =" algorithm " ></a > Algorithm Description
353
357
Original file line number Diff line number Diff line change 1
- __version__ = "2.8"
1
+ __version__ = "2.8.1 "
You can’t perform that action at this time.
0 commit comments