Skip to content

Commit

Permalink
export template method to merge interaction results to make easier to…
Browse files Browse the repository at this point in the history
… use in main method
  • Loading branch information
ashuaibi7 committed Jan 7, 2025
1 parent ef76818 commit 5d8ec8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialect/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from .logger import configure_logging
from .helpers import read_cbase_results_file
from .compare import run_comparison_methods
from .merge import merge_pairwise_interaction_results

__all__ = [
"build_argument_parser",
Expand All @@ -12,4 +13,5 @@
"configure_logging",
"read_cbase_results_file",
"run_comparison_methods",
"merge_pairwise_interaction_results",
]

0 comments on commit 5d8ec8d

Please sign in to comment.