From bf3c837560ec0ce54d594b6ff34f950d87289523 Mon Sep 17 00:00:00 2001 From: Alexis CRISCUOLO <alexis.criscuolo@pasteur.fr> Date: Tue, 22 Mar 2022 00:08:02 +0100 Subject: [PATCH] 1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2679b0f..0bde8ba 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Run _SimiPlot_ without option to read the following documentation: * Faster running times can be obtained by using a large number of threads (option `-t`; default: 2; recommended: ≥ 10). -* Specific regions can be represented by specifying start and end positions within the reference sequence using options `-x` and `-X`, respectively. By default, the whole reference sequence is represented. Y-axis range can be also modified using options `-y` and `Y` (default: 0% and 100% similarity, respectively). +* Specific regions can be represented by specifying start and end positions within the reference sequence using options `-x` and `-X`, respectively. By default, the whole reference sequence is represented. Y-axis range can be also modified using options `-y` and `-Y` (default: 0% and 100% similarity, respectively). * To obtain convenient and more readable figures with clearer similarity representation, the smoothing option `-s` can often be useful to reduce variability between neighbor dots. Another way is to increase the aspect ratio (i.e. width/heigth) of the scatter plot using option `-a` (default: 3.0). Dot size can be also controlled using option `-d`. -- GitLab