diff --git a/README.md b/README.md index 12ae7fde4..3ab02e0ce 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ to large mammalian-scale assemblies. The package represents a complete pipeline: it takes raw PacBio / ONT reads as input and outputs polished contigs. Flye also has a special mode for metagenome assembly. +Manuals +------- + +- [Installation instructions](docs/INSTALL.md) +- [Usage](docs/USAGE.md) +- [FAQ](docs/FAQ.md) + Latest updates -------------- @@ -37,13 +44,6 @@ Latest updates * Various bugfixes and performance optimizations * Also check the new [FAQ section](docs/FAQ.md) -Manuals -------- - -- [Installation instructions](docs/INSTALL.md) -- [Usage](docs/USAGE.md) -- [FAQ](docs/FAQ.md) - Repeat graph ------------ diff --git a/flye/__build__.py b/flye/__build__.py index 6c43a35e1..fcb15039e 100644 --- a/flye/__build__.py +++ b/flye/__build__.py @@ -1 +1 @@ -__build__ = 1583 +__build__ = 1584