From 0c41c83a06fb1931832a5cac95e31f5f46a8ebb1 Mon Sep 17 00:00:00 2001
From: NMarthe <nina.marthe@ird.fr>
Date: Thu, 7 Dec 2023 09:32:33 +0100
Subject: [PATCH] removed the transfer details from the output files

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

diff --git a/Functions_output.py b/Functions_output.py
index 8469584..48affbb 100644
--- a/Functions_output.py
+++ b/Functions_output.py
@@ -55,7 +55,7 @@ def genome_gff(pos_seg, gff, gfa, out_once, out_detail, out_var,target_genome_na
     print("generation of the genome's gff ")
 
     # create variables and open files
-    [once,detail,var,stats]=[True,True,True,False]
+    [once,detail,var,stats]=[True,False,True,False]
     if var:
         [paths,seg_seq]=get_segments_sequence_and_paths(gfa)
         file_out_var = open(out_var, 'w')
-- 
GitLab