Skip to content

Commit

Permalink
export evaluate single gene method from module for easy use in main
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuaibi7 committed Jan 12, 2025
1 parent 0beed06 commit b5a5a1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/dialect/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
from .helpers import read_cbase_results_file
from .compare import run_comparison_methods
from .merge import merge_pairwise_interaction_results
from .simulate import create_single_gene_simulation
from .simulate import (
create_single_gene_simulation,
evaluate_single_gene_simulation,
)

__all__ = [
"build_argument_parser",
Expand All @@ -16,4 +19,5 @@
"run_comparison_methods",
"merge_pairwise_interaction_results",
"create_single_gene_simulation",
"evaluate_single_gene_simulation",
]

0 comments on commit b5a5a1f

Please sign in to comment.