Skip to content

Commit 5957ab8

Browse files
committed
add default source name
1 parent bbd1358 commit 5957ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pori_python/graphkb/genes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def get_cancer_predisposition_info(
266266

267267

268268
def get_gene_linked_cancer_predisposition_info(
269-
conn: GraphKBConnection, source: str
269+
conn: GraphKBConnection, source: str = PREFERRED_GENE_SOURCE_NAME
270270
) -> Tuple[List[str], Dict[str, Tuple[str, List[str]]]]:
271271
"""
272272
Return two lists from GraphKB, one of cancer predisposition genes and one of associated variants.

0 commit comments

Comments
 (0)