diff --git a/src/nt_composition/__main__.py b/src/nt_composition/__main__.py index 3e0f220e6cee9f3946e5e941e73e49ab530b10f9..0fd759af25c42a78d647b357fda3fc6d102fd45e 100644 --- a/src/nt_composition/__main__.py +++ b/src/nt_composition/__main__.py @@ -32,7 +32,7 @@ def launcher(weight: int = 1, global_weight: int = 0, ft_type: str = 'nt', same gene (True) or not (False) (default False) :param logging_level: The level of data to display (default 'DISABLE') """ - get_interactions_number(weight, logging_level) + get_interactions_number(weight, same_gene, logging_level) create_all_frequency_figures(ConfigNt.cpu, weight, global_weight, ft_type, same_gene, logging_level)