Skip to content

Commit

Permalink
modify todo statement format for easy searching in vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuaibi7 committed Dec 21, 2024
1 parent a9bce2c commit 23964b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dialect/utils/identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ def identify_pairwise_interactions(
out,
k,
cbase_stats,
run_fishers=True, # TODO add this to the argument parser
run_discover=True, # TODO add this to the argument parser
run_fishers=True, # TODO: add this to the argument parser
run_discover=True, # TODO: add this to the argument parser
):
"""
Main function to identify pairwise interactions between genetic drivers in tumors using DIALECT.
Expand Down

0 comments on commit 23964b0

Please sign in to comment.