From cf4b5cdad9106ccc82d640b45e2ab20624a4f3d6 Mon Sep 17 00:00:00 2001 From: Alexis CRISCUOLO <alexis.criscuolo@pasteur.fr> Date: Thu, 7 Apr 2022 16:07:42 +0200 Subject: [PATCH] 1.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5016930..3c6e372 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RepeatPlot -_RepeatPlot_ is a command line program written in [Java](https://docs.oracle.com/en/java/) to create [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG) figures that represent the positions of each pair of (long) repeat regions in a prokaryote chromosome. _RepeatPlot_ implements a fast _k_-mer-based algorithm to find every pair of similar (repeat) regions. The graphical representation of the repeat region positions is inspired by the pioneering work of Rocha et al. (1999). +_RepeatPlot_ is a command line program written in [Java](https://docs.oracle.com/en/java/) to create [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG) figures that represent the positions of each pair of (long) repeat regions in a prokaryote chromosome. _RepeatPlot_ implements a fast _k_-mer-based algorithm to find every pair of similar (repeat) regions. The graphical representation of the position of each pair of similar repeat regions is inspired by the pioneering work of Rocha et al. (1999). ## Installation -- GitLab