Skip to content
Snippets Groups Projects
Commit 7b0f9995 authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/__main__.py: uncomment of some lines

parent 919ab7a9
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ def launcher(weight: List[int] = (1), ...@@ -38,8 +38,8 @@ def launcher(weight: List[int] = (1),
""" """
if not ConfigGraph.get_hipmcl_prog().is_file(): if not ConfigGraph.get_hipmcl_prog().is_file():
install_hipmcl("INFO") install_hipmcl("INFO")
# multiple_community_launcher(1, weight, global_weight, same_gene, html_fig, multiple_community_launcher(1, weight, global_weight, same_gene, html_fig,
# logging_level) logging_level)
multiple_stat_launcher(ps, weight, global_weight, same_gene, multiple_stat_launcher(ps, weight, global_weight, same_gene,
logging_level) logging_level)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment