Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
elewis2 committed Jun 18, 2024
1 parent 8e71783 commit 73995b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pori_python/graphkb/genes.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def get_preferred_gene_name(
)
return gene_names[0]


# DEVSU-2348 - relate the genes to the variants
def get_cancer_predisposition_info(
conn: GraphKBConnection, source: str = PREFERRED_GENE_SOURCE
) -> Tuple[List[str], Dict[str, str]]:
Expand Down Expand Up @@ -308,7 +308,7 @@ def get_cancer_predisposition_info(

return sorted(genes), variants


# DEVSU-2348 - relate the genes to the variants
def get_pharmacogenomic_info(
conn: GraphKBConnection, source: str = PREFERRED_GENE_SOURCE
) -> Tuple[List[str], Dict[str, str]]:
Expand Down

0 comments on commit 73995b2

Please sign in to comment.