From 73995b2d302a5395cd43482ebaaa9080bc5c154a Mon Sep 17 00:00:00 2001 From: Eleanor Lewis Date: Tue, 18 Jun 2024 15:58:51 -0700 Subject: [PATCH] add todos --- pori_python/graphkb/genes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pori_python/graphkb/genes.py b/pori_python/graphkb/genes.py index 7b6979e..c7898e7 100644 --- a/pori_python/graphkb/genes.py +++ b/pori_python/graphkb/genes.py @@ -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]]: @@ -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]]: