From 932b570beb0f79466323e97bd28c151819c65d3d Mon Sep 17 00:00:00 2001 From: NMarthe <nina.marthe@ird.fr> Date: Tue, 5 Dec 2023 15:40:27 +0100 Subject: [PATCH] updated file path --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 916c484..97aeda6 100755 --- a/main.py +++ b/main.py @@ -73,7 +73,7 @@ if run=="test": if run=="reel": # creates segments and features for the intersect between the graph for chr10 and the gff of IRGSP - intersect_path='/home/nina/annotpangenome/align_genes/intersect_segments-genes_chr10.bed' + intersect_path='/home/nina/grannot/wd/align_genes/intersect_segments-genes_chr10.bed' load_intersect(intersect_path) # outputs the gff of the graph for chr10 -- GitLab