From 9f77c906ae0a6a3385b562857fcc2750b3560966 Mon Sep 17 00:00:00 2001
From: alapendr <audrey.lapendry@ens-lyon.fr>
Date: Tue, 5 Jan 2021 15:42:15 +0100
Subject: [PATCH] src/find_interaction_cluster/config.py: update of the
 ConfigGraph class

---
 src/find_interaction_cluster/config.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/find_interaction_cluster/config.py b/src/find_interaction_cluster/config.py
index 4c6cbcfb..dd566401 100644
--- a/src/find_interaction_cluster/config.py
+++ b/src/find_interaction_cluster/config.py
@@ -116,4 +116,6 @@ class ConfigGraph:
     get_hip_folder = get_hipmcl_folder
     get_hipmcl_prog = get_hipmcl_prog
     good_projects = get_good_project()
-
+    genes_communities = data / \
+        "global-weight-3_weight-3_same_gene-True_gene.txt"
+    genes_regulation_sf_community = results / "genes_regulation_sf_community"
-- 
GitLab