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

src/nt_composition/__main__.py: add the parameter same_gene to gets_interaction_number

parent 30eb71fa
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ def launcher(weight: int = 1, global_weight: int = 0, ft_type: str = 'nt', ...@@ -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) same gene (True) or not (False) (default False)
:param logging_level: The level of data to display (default 'DISABLE') :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, create_all_frequency_figures(ConfigNt.cpu, weight, global_weight, ft_type,
same_gene, logging_level) same_gene, logging_level)
......
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