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

src/find_interaction_cluster/__main__.py: add multiple_nt_lmm_launcher in launcher

parent f4f9f920
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ from .config import ConfigGraph
from typing import List
from .install_hipMCL import install_hipmcl
from .sf_and_communities import multiple_stat_launcher
from .nt_and_community import multiple_nt_lmm_launcher
@lp.parse
......@@ -42,6 +43,8 @@ def launcher(weight: List[int] = (1),
logging_level)
multiple_stat_launcher(ps, weight, global_weight, same_gene,
logging_level)
multiple_nt_lmm_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