From b8b62d95bedfb34a86cdf0304df08cb8cc62f76d Mon Sep 17 00:00:00 2001 From: Mikhail Kolmogorov Date: Tue, 3 Mar 2020 14:19:25 -0800 Subject: [PATCH] typo --- docs/USAGE.md | 2 +- flye/__build__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index fb9804377..013a6a144 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -210,7 +210,7 @@ more detailed assembly. Trestle is an extra module that resolves simple repeats of multipicity 2 that were not bridged by reads. Depending on the -datasets, it might resolve a few extra repeats, which is helpfu; +datasets, it might resolve a few extra repeats, which is helpful for small (bacterial genomes). Use `--trestle` option to enable the module. On large genomes, the contiguity improvements are usually minimal, but the computation might take a lot of time. diff --git a/flye/__build__.py b/flye/__build__.py index fcb15039e..372574bab 100644 --- a/flye/__build__.py +++ b/flye/__build__.py @@ -1 +1 @@ -__build__ = 1584 +__build__ = 1585