From 7004aabdfac9455aa45124dc9bc6cda9486ba605 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Thu, 21 Nov 2019 09:40:06 -0500 Subject: [PATCH] move the algorithm figure down --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef43f10..f3a7b9b 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,6 @@ non-standard dependency is [zlib][zlib]. ### Sequence-to-graph mapping - - To map sequences against a graph, you should prepare the graph in the [GFA format][gfa1], or preferrably the [rGFA format][rgfa]. If you don't have a graph, you can generate a graph from multiple samples (see the [Graph @@ -103,6 +101,8 @@ Prebuilt human graphs in the rGFA format can be found at ### Algorithm overview + + In the following, minigraph command line options have a dash ahead and are highlighted in bold. The description may help to tune minigraph parameters.