From 0268fb80a21e80cc9a4cf80a97ec26c333ec7a16 Mon Sep 17 00:00:00 2001
From: NMarthe <nina.marthe@ird.fr>
Date: Wed, 10 Jan 2024 15:14:52 +0100
Subject: [PATCH] modified the setting of the parameter max_diff

---
 main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.py b/main.py
index 9f7edda..7746843 100755
--- a/main.py
+++ b/main.py
@@ -42,7 +42,7 @@ if run=="command_line":
     graph_gaf(out_gaf,gfa)
 
     # outputs the gff of a genome for the chr10
-    max_diff=2 # maximum size difference (n times bigger or smaller) between the gene on the reference genome and the gene on the target genome for the gene to be transfered.
+    max_diff=2 # maximum size difference (n times bigger or smaller) between the gene on the source genome and the gene on the target genome for the gene to be transfered.
     genome_gff(pos_seg,gfa,out_once,out_detail,out_var,target_genome_name,max_diff)
 
 
-- 
GitLab