From 5eff650f2133400eff3bb4c0e3d3bde30ed5730d Mon Sep 17 00:00:00 2001
From: NMarthe <nina.marthe@ird.fr>
Date: Thu, 7 Dec 2023 09:50:50 +0100
Subject: [PATCH] updated readme

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index cc39254..ef66fce 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ GrAnnoT is an annotation transfer tool for pangenome graphs. It can transfer gen
 This project is young and in development, some errors will be corrected, improvements will be made and new features will appear in the near future.
 
 # Usage
+
 GrAnnoT requires the graph to be in GFA format with W-lines that describe the walks of the input genomes. For example minigraph-cactus gives that kind of output. 
 
 You first need to extract from the GFA the positions of the segments of the graph on the genomes it contains. For this you need to run the script getSegmentsCoordinates.py with the GFA file as input. 
-- 
GitLab