From 7b0f9995fc817fafe07ab9e22059bfa51430a08d Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Tue, 4 Aug 2020 14:53:18 +0200
Subject: [PATCH] src/find_interaction_cluster/__main__.py: uncomment of some
 lines

---
 src/find_interaction_cluster/__main__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/find_interaction_cluster/__main__.py b/src/find_interaction_cluster/__main__.py
index bbe8de7d..184339c9 100644
--- a/src/find_interaction_cluster/__main__.py
+++ b/src/find_interaction_cluster/__main__.py
@@ -38,8 +38,8 @@ def launcher(weight: List[int] = (1),
     """
     if not ConfigGraph.get_hipmcl_prog().is_file():
         install_hipmcl("INFO")
-    # multiple_community_launcher(1, weight, global_weight, same_gene, html_fig,
-    #                             logging_level)
+    multiple_community_launcher(1, weight, global_weight, same_gene, html_fig,
+                                logging_level)
     multiple_stat_launcher(ps, weight, global_weight, same_gene,
                            logging_level)
 
-- 
GitLab