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

src/find_interaction_cluster/community_finder.py: add multiple_stat_launcher...

src/find_interaction_cluster/community_finder.py: add multiple_stat_launcher function that is written in sf_and_communities.py file
parent 74d1e41a
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ import lazyparser as lp
from .config import ConfigGraph
from typing import List
from .install_hipMCL import install_hipmcl
from .sf_and_communities import multiple_stat_launcher
@lp.parse
......@@ -37,8 +38,10 @@ def launcher(weight: List[int] = (1),
"""
if not ConfigGraph.get_hipmcl_prog().is_file():
install_hipmcl("INFO")
multiple_community_launcher(ps, weight, global_weight, same_gene, html_fig,
multiple_community_launcher(1, weight, global_weight, same_gene, html_fig,
logging_level)
multiple_stat_launcher(ps, weight, global_weight, same_gene,
logging_level)
launcher()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment