From f197f79492bb1499975608eb5a0c0859d769c7dd Mon Sep 17 00:00:00 2001
From: "nina.marthe_ird.fr" <nina.marthe@ird.fr>
Date: Mon, 5 Feb 2024 13:02:27 +0100
Subject: [PATCH] added info of the required input

---
 main.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.py b/main.py
index 0052193..446378b 100755
--- a/main.py
+++ b/main.py
@@ -10,10 +10,10 @@ from Functions_output import *
 
 import sys
 if not(len(sys.argv)>=4) :# intersect, gfa, pos_seg (target_genome_name)
-        print("expected input : intersect, gfa file  with walks, bed file with positions of the segments on the target genome")
+        print("expected input : intersect, gfa file  with walks, bed file with positions of the segments on the target genome, and the name of the walk of the target genome")
         sys.exit(1)
 elif (sys.argv[1]=="-h") :
-    print("expected input : intersect, gfa file  with walks, bed file with positions of the segments on the target genome")
+    print("expected input : intersect, gfa file  with walks, bed file with positions of the segments on the target genome, and the name of the walk of the target genome")
     print("output : graph gff, graph gaf, target genome gff+variations")
     sys.exit(1)
 
-- 
GitLab